pub async fn unwrap_signing_key_jwk(
variant: EcdsaVariant,
input: UnwrapInput,
options: SigningKeyOptions,
) -> Result<SigningKey, Error>Expand description
Mint a signing key from unwrapped key material read as an EC private
JWK, subject to import_signing_key_jwk’s contract plus the
unwrap-path use/key_ops checks (see the WIT README.md, “JWK
contract”). Consumes the UnwrapInput; see
unwrap_signing_key_pkcs8 for the options model.