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
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
Protected
Static
signatureConstruct an SEC-like signature from a DER encoded ECDSA [R,S] structure
Protected
Static
signatureConstruct an ASN.1-encoded [R,S] struct from the SEC-like value
Generic ECDSA Key interface