ReadonlyidThe KDF identifier.
ReadonlykeyThe length in bytes of an AEAD key (Nk).
ReadonlynonceThe length in bytes of an AEAD nonce (Nn).
ReadonlytagThe length in bytes of an AEAD authentication tag (Nt).
Creates an AEAD encryption context which has seal/open operation.
An AEAD encryption context.
The ExportOnly mode for HPKE AEAD implementing AeadInterface.
When using
@hpke/core, the instance of this class must be specified to theaeadparameter of CipherSuiteParams instead ofAeadId.ExportOnlyas follows:Example