|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateKey | |
---|---|
org.bitcoin.x6763.crypto.ecdsa | |
org.bitcoin.x6763.crypto.ecdsa.signers |
Uses of PrivateKey in org.bitcoin.x6763.crypto.ecdsa |
---|
Methods in org.bitcoin.x6763.crypto.ecdsa that return PrivateKey | |
---|---|
PrivateKey |
KeyPair.getPrivate()
Returns the private key component of this key pair |
Constructors in org.bitcoin.x6763.crypto.ecdsa with parameters of type PrivateKey | |
---|---|
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Constructs a key pair from the given public key and private key |
|
PublicKey(PrivateKey privateKey)
Derives a public key from a private key. |
Uses of PrivateKey in org.bitcoin.x6763.crypto.ecdsa.signers |
---|
Methods in org.bitcoin.x6763.crypto.ecdsa.signers with parameters of type PrivateKey | |
---|---|
static byte[] |
ECDSASignature.sign(byte[] message,
PrivateKey privateKey)
Generates an ECDSA signature |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |