Trait mas_oidc_client::jose::jwk::ParametersInfo

pub trait ParametersInfo {
    // Required methods
    fn kty(&self) -> JsonWebKeyType;
    fn possible_algs(&self) -> &[JsonWebSignatureAlg];
}

Required Methods§

Implementations on Foreign Types§

§

impl ParametersInfo for PrivateKey

§

fn kty(&self) -> JsonWebKeyType

§

fn possible_algs(&self) -> &'static [JsonWebSignatureAlg]

Implementors§