Trait openidconnect::JweKeyManagementAlgorithm[][src]

pub trait JweKeyManagementAlgorithm: Debug + DeserializeOwned + Serialize + 'static { }
Expand description

JSON Web Encryption (JWE) key management algorithm.

Implementors