Trait josekit::jws::JwsAlgorithm[][src]

pub trait JwsAlgorithm: Debug + Send + Sync {
    fn name(&self) -> &str;
fn box_clone(&self) -> Box<dyn JwsAlgorithm>; }

Required methods

Return the “alg” (algorithm) header parameter value of JWS.

Implementors