AbstractAbstract ReadonlyhasDetermine if this key pair has a private key associated
Abstract ReadonlykeyGet the type of key in use (ECDSA or ED25519) for this key pair
Abstract ReadonlypublicGet the public key for this key pair
Abstract ReadonlysupportsDetermine if the key supports encryption/decryption
Static OptionalderiveCreate a private key generated from a seed value and an index
Static OptionalfromCreate 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)
AbstractdecryptDecrypt some data
AbstractencryptEncrypt some data
AbstractsignSign some data
AbstractverifyVerify a signature
Abstract interface to all kinds of key-related functions