Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
utils
agent
PublicKey
Interface PublicKey
A Public Key implementation.
interface
PublicKey
{
rawKey
?:
ArrayBuffer
;
derKey
?:
utils
.
agent
.
DerEncodedPublicKey
;
toDer
(
)
:
utils
.
agent
.
DerEncodedPublicKey
;
toRaw
?
(
)
:
ArrayBuffer
;
}
Implemented by
utils
.
agent
.
Ed25519PublicKey
Index
Properties
raw
Key?
der
Key?
Methods
to
Der
to
Raw?
Properties
Optional
raw
Key
raw
Key
?:
ArrayBuffer
Optional
der
Key
der
Key
?:
utils
.
agent
.
DerEncodedPublicKey
Methods
to
Der
to
Der
(
)
:
utils
.
agent
.
DerEncodedPublicKey
Returns
utils
.
agent
.
DerEncodedPublicKey
Optional
to
Raw
to
Raw
(
)
:
ArrayBuffer
Returns
ArrayBuffer
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
raw
Key
der
Key
to
Der
to
Raw
ic-reactor
Loading...
A Public Key implementation.