@hpke/core
HpkeError
Class HpkeError
The base error class of hpke-js.
Hierarchy (
View Summary
,
Expand
)
Error
HpkeError
DecapError
DeriveKeyPairError
DeserializeError
EncapError
ExportError
InvalidParamError
MessageLimitReachedError
NotSupportedError
OpenError
SealError
SerializeError
ValidationError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Constructors
constructor
new
HpkeError
(
e
:
unknown
)
:
HpkeError
Parameters
e
:
unknown
Returns
HpkeError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
@hpke/core
Aes128Gcm
Aes256Gcm
CipherSuite
DecapError
DeriveKeyPairError
DeserializeError
DhkemP256HkdfSha256
DhkemP384HkdfSha384
DhkemP521HkdfSha512
DhkemX25519HkdfSha256
DhkemX448HkdfSha512
EncapError
ExportError
ExportOnly
HkdfSha256
HkdfSha384
HkdfSha512
HpkeError
InvalidParamError
MessageLimitReachedError
NotSupportedError
OpenError
SealError
SerializeError
ValidationError
AeadEncryptionContext
AeadInterface
CipherSuiteParams
CipherSuiteSealResponse
EncryptionContext
JsonWebKeyExtended
KdfInterface
KemInterface
PreSharedKey
RecipientContextParams
SenderContext
SenderContextParams
AeadId
KdfId
KemId
RecipientContext
AeadId
KdfId
KemId
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The base error class of hpke-js.