pub async fn unwrap_key_jwk(
variant: AesVariant,
input: UnwrapInput,
options: KwKeyOptions,
) -> Result<KwKey, Error>Expand description
Mint a key from unwrapped key material read as an oct JWK,
subject to import-key-jwk’s contract. input is consumed.