Preparing search index...
The search index is not available
@hpke/hpke-js
@hpke/hpke-js
PreSharedKey
Interface PreSharedKey
The pre-shared key interface.
interface
PreSharedKey
{
id
:
ArrayBuffer
;
key
:
ArrayBuffer
;
}
Index
Properties
id
key
Properties
id
id
:
ArrayBuffer
The key identifier.
key
key
:
ArrayBuffer
The body of the pre-shared key.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
key
@hpke/hpke-js
Loading...
The pre-shared key interface.