Type Alias mas_jose::jwk::PublicJsonWebKey

source ·
pub type PublicJsonWebKey = JsonWebKey<JsonWebKeyPublicParameters>;

Aliased Type§

struct PublicJsonWebKey { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<JsonWebKey<JsonWebKeyPrivateParameters>> for PublicJsonWebKey

§

type Error = SymetricKeyError

The type returned in the event of a conversion error.
source§

fn try_from(value: PrivateJsonWebKey) -> Result<Self, Self::Error>

Performs the conversion.