Skip to main content

import_key_jwk

Function import_key_jwk 

Source
pub async fn import_key_jwk(
    variant: AesVariant,
    jwk: impl Into<String>,
    options: KwKeyOptions,
) -> Result<KwKey, Error>
Expand description

Import an RFC 7517 oct JSON Web Key (as JSON text; alg, when present, must name the declared variant) as an AES-KW key.