pub async fn unwrap_signing_key_pkcs8(
variant: EcdsaVariant,
input: UnwrapInput,
options: SigningKeyOptions,
) -> Result<SigningKey, Error>Expand description
Mint a signing key from unwrapped key material (see the wrapping
interface): input’s bytes are read as a PKCS#8 PrivateKeyInfo,
subject to import-signing-key-pkcs8’s contract. input is
consumed.
The minted key’s usages and extractability come from options
alone (the W3C Web Cryptography API’s unwrapKey model).