Readonly
bytesGet the private key bytes.
Readonly
hexGet the private key as a hex string.
Readonly
pointGet the private key point.
Getter returns the private key bytes in secret form. Setter allows alternative method of using a bigint secret to genereate the private key bytes.
Uses the private key to compute the corresponding public key.
A new PublicKey object.
Checks if this private key is equal to another private key.
True if the private keys are equal.
Checks if the private key is valid.
Whether the private key is valid.
JSON representation of a PrivateKey object.
The PrivateKey as a JSON object.
Interface for the PrivateKey class. IPrivateKey