|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ECKey | |
---|---|
org.bitcoin.x6763.crypto.ecdsa | |
org.bitcoin.x6763.crypto.ecdsa.interfaces | |
org.bitcoin.x6763.crypto.ecdsa.signers |
Uses of ECKey in org.bitcoin.x6763.crypto.ecdsa |
---|
Classes in org.bitcoin.x6763.crypto.ecdsa that implement ECKey | |
---|---|
class |
PrivateKey
An elliptic curve private key, generated for the secp256k1 elliptic curve. |
class |
PublicKey
An elliptic curve public key, generated for the secp256k1 elliptic curve. |
Uses of ECKey in org.bitcoin.x6763.crypto.ecdsa.interfaces |
---|
Subinterfaces of ECKey in org.bitcoin.x6763.crypto.ecdsa.interfaces | |
---|---|
interface |
ECPrivateKey
|
interface |
ECPublicKey
|
Uses of ECKey in org.bitcoin.x6763.crypto.ecdsa.signers |
---|
Constructors in org.bitcoin.x6763.crypto.ecdsa.signers with parameters of type ECKey | |
---|---|
ECDSASignature(ECKey key)
Creates a new ECDSASignature object, for either signing data, or verifying a signature |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |