Package org.bitcoin.x6763.crypto.ecdsa

Interface Summary
Secp256k1 secp256k1 Elliptic Curve parameters
 

Class Summary
KeyPair This class is a simple holder for a key pair (a public key and a private key).
KeyPairGenerator An Elliptic Curve key pair generator.
PrivateKey An elliptic curve private key, generated for the secp256k1 elliptic curve.
PublicKey An elliptic curve public key, generated for the secp256k1 elliptic curve.