Skip to main content

encode_jwe

Function encode_jwe 

Source
pub fn encode_jwe(
    payload: &str,
    key_mgmt: JweKeyManagement<'_>,
    content_enc: JweContentEncryption,
) -> Result<String>
Expand description

Encode payload as JWE token using josekit