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