Search
Preparing search index...
The search index is not available
@psychedelic/plug-controller
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@psychedelic/plug-controller
utils/identity/secpk256k1/publicKey
default
Class default
Hierarchy
default
Implements
PublicKey
Index
Constructors
constructor
Properties
der
Key
raw
Key
DER_
PREFIX
RAW_
KEY_
LENGTH
Methods
to
Der
to
Raw
der
Decode
der
Encode
from
from
Der
from
Raw
Constructors
Private
constructor
new default
(
key
:
BinaryBlob
)
:
default
Parameters
key:
BinaryBlob
Returns
default
Properties
Private
Readonly
der
Key
der
Key
:
DerEncodedBlob
Private
Readonly
raw
Key
raw
Key
:
BinaryBlob
Static
Private
DER_
PREFIX
DER_
PREFIX
:
Uint8Array
= ...
Static
Private
RAW_
KEY_
LENGTH
RAW_
KEY_
LENGTH
:
number
= 65
Methods
to
Der
to
Der
(
)
:
DerEncodedBlob
Returns
DerEncodedBlob
to
Raw
to
Raw
(
)
:
BinaryBlob
Returns
BinaryBlob
Static
Private
der
Decode
der
Decode
(
key
:
BinaryBlob
)
:
BinaryBlob
Parameters
key:
BinaryBlob
Returns
BinaryBlob
Static
Private
der
Encode
der
Encode
(
publicKey
:
BinaryBlob
)
:
DerEncodedBlob
Parameters
publicKey:
BinaryBlob
Returns
DerEncodedBlob
Static
from
from
(
key
:
PublicKey
)
:
default
Parameters
key:
PublicKey
Returns
default
Static
from
Der
from
Der
(
derKey
:
BinaryBlob
|
DerEncodedBlob
)
:
default
Parameters
derKey:
BinaryBlob
|
DerEncodedBlob
Returns
default
Static
from
Raw
from
Raw
(
rawKey
:
BinaryBlob
)
:
default
Parameters
rawKey:
BinaryBlob
Returns
default
Modules
utils/identity/secpk256k1/public
Key
default
constructor
der
Key
raw
Key
DER_
PREFIX
RAW_
KEY_
LENGTH
to
Der
to
Raw
der
Decode
der
Encode
from
from
Der
from
Raw
Legend
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
Class
Class with type parameter
Method
Interface
Interface with type parameter
Enumeration
Private property
Static method