Readonly
supportsDetermine if the key supports encryption/decryption
Static
isDetermine if this key pair has a private key associated
Get the type of key in use (ECDSA or ED25519) for this key pair
Get the public key for this key pair
Testing interface to validate that a private key is equal to some value (undefined if undecidable)
Decrypt some data
Encrypt some data
Verify a signature
Static
deriveCreate a private key generated from a seed value and an index
Static
deriveStatic
fromCreate a new instance with a private key generated from a seed value and index
Abstract interface to all kinds of key-related functions