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