OptionalprivateKey: string | ArrayBuffer | ECDSASECP256R1PrivateKeyOptionalpublicKey: string | ArrayBuffer | ECDSASECP256R1PublicKeyReadonlysupportsDetermine if the key supports encryption/decryption
StaticisDetermine 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
Sign some data
Optionaloptions: signOptionsTypeVerify a signature
Optionaloptions: signOptionsTypeStaticderiveCreate a private key generated from a seed value and an index
StaticderiveStaticfromCreate a new instance with a private key generated from a seed value and index
StaticsignatureConstruct an SEC-like signature from a DER encoded ECDSA [R,S] structure
Protected StaticsignatureConstruct an SEC-like signature from a DER encoded ECDSA [R,S] structure
StaticsignatureConstruct an ASN.1-encoded [R,S] struct from the SEC-like value
Generic ECDSA Key interface