pub async fn unwrap_key_jwk(
variant: Sha2Variant,
input: UnwrapInput,
options: MacKeyOptions,
) -> Result<Mac, Error>Expand description
Mint an HMAC key from unwrapped key material read as an oct JWK,
with the unwrap-path use/key_ops checks. Consumes the
UnwrapInput.