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 README.md, “JWK
contract”). input is consumed; see unwrap-signing-key-pkcs8
for the options model.