Private Key
class PrivateKey
Represents a private key.
Constructors
Link copied to clipboard
Create a random private key
Link copied to clipboard
Create a private key with the given block of data
Link copied to clipboard
Deep copy a given private key
Functions
Link copied to clipboard
Returns the public key associated with the given coinType and privateKey
Link copied to clipboard
Returns the public key associated with the given pubkeyType and privateKey
Link copied to clipboard
Returns the Curve25519 public key associated with the given private key
Link copied to clipboard
Returns the Ed25519 public key associated with the given private key
Link copied to clipboard
Returns the Ed25519Blake2b public key associated with the given private key
Link copied to clipboard
Returns the Ed25519Cardano public key associated with the given private key
Link copied to clipboard
Returns the Nist256p1 public key associated with the given private key
Link copied to clipboard
Returns the Secp256k1 public key associated with the given private key
Link copied to clipboard
Signs a digest using ECDSA and Zilliqa schnorr signature scheme.