Abstract
Abstract
Readonly
hasDetermine if this key pair has a private key associated
Abstract
Readonly
keyGet the type of key in use (ECDSA or ED25519) for this key pair
Abstract
Readonly
publicGet the public key for this key pair
Abstract
Readonly
supportsDetermine if the key supports encryption/decryption
Static
Optional
deriveCreate a private key generated from a seed value and an index
Static
Optional
fromCreate a new instance with a private key generated from a seed value and index
Abstract
_Testing interface to validate that a private key is equal to some value (undefined if undecidable)
Abstract
decryptDecrypt some data
Abstract
encryptEncrypt some data
Abstract
signSign some data
Abstract
verifyVerify a signature
Abstract interface to all kinds of key-related functions