Expand description
aes-kw key creation (RFC 3394 / NIST SP 800-38F KW): dedicated
key-wrapping keys for the key-wrap kind.
Functions§
- derive_
key - Mint an AES-KW key of the declared variant from a parameterized
derivation (the
aes-gcm.derive-keycontract, minting akw-key). - generate_
key - Generate a fresh random key of the declared AES variant.
- import_
key_ jwk - Import an RFC 7517
octJSON Web Key (as JSON text;alg, when present, must name the declared variant) as an AES-KW key. - import_
key_ raw - Import raw key material as the declared AES variant.
- unwrap_
key_ jwk - Mint an AES-KW key from unwrapped key material read as an
octJWK. Consumes theUnwrapInput. - unwrap_
key_ raw - Mint an AES-KW key from unwrapped key material read as raw bytes.
Consumes the
UnwrapInput.