Readonly
idThe KDF identifier.
Readonly
keyThe length in bytes of an AEAD key (Nk).
Readonly
nonceThe length in bytes of an AEAD nonce (Nn).
Readonly
tagThe length in bytes of an AEAD authentication tag (Nt).
Creates an AEAD encryption context which has seal/open operation.
A byte string of the raw key.
An AEAD encryption context.
The AEAD interface.