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