Constructors
Private
constructor
- new Ed25519PublicKey(): utils.agent.Ed25519PublicKey
Properties
Private
#private
#private: any
Private
Static
RAW_KEY_LENGTH
RAW_KEY_LENGTH: any
Private
Static
derEncode
derEncode: any
Private
Static
derDecode
derDecode: any
Methods
Static
from
- from(key): utils.agent.Ed25519PublicKey
Static
fromRaw
- fromRaw(rawKey): utils.agent.Ed25519PublicKey
Static
fromDer
- fromDer(derKey): utils.agent.Ed25519PublicKey
A Public Key implementation.