mimekit-ts - v1.0.0
Preparing search index...
dkim
Ed25519PublicKey
Interface Ed25519PublicKey
An Ed25519 public key (raw 32-byte point).
interface
Ed25519PublicKey
{
kind
:
"ed25519"
;
isPrivate
:
false
;
raw
:
Uint8Array
;
}
Index
Properties
kind
is
Private
raw
Properties
Readonly
kind
kind
:
"ed25519"
Readonly
is
Private
isPrivate
:
false
Readonly
raw
raw
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
is
Private
raw
mimekit-ts - v1.0.0
Loading...
An Ed25519 public key (raw 32-byte point).