Type Alias mas_jose::jwk::PublicJsonWebKeySet
source · pub type PublicJsonWebKeySet = JsonWebKeySet<JsonWebKeyPublicParameters>;
Aliased Type§
struct PublicJsonWebKeySet { /* private fields */ }
Trait Implementations§
source§impl From<JsonWebKeySet<JsonWebKeyPrivateParameters>> for PublicJsonWebKeySet
impl From<JsonWebKeySet<JsonWebKeyPrivateParameters>> for PublicJsonWebKeySet
source§fn from(value: PrivateJsonWebKeySet) -> Self
fn from(value: PrivateJsonWebKeySet) -> Self
Converts to this type from the input type.