mas_jose::jwk

Type Alias PublicJsonWebKeySet

Source
pub type PublicJsonWebKeySet = JsonWebKeySet<JsonWebKeyPublicParameters>;

Aliased Type§

struct PublicJsonWebKeySet { /* private fields */ }

Trait Implementations§

Source§

impl From<JsonWebKeySet<JsonWebKeyPrivateParameters>> for PublicJsonWebKeySet

Source§

fn from(value: PrivateJsonWebKeySet) -> Self

Converts to this type from the input type.