A B C D E F G H I K M N O P R S T U V X Y Z

G

G - Static variable in interface org.bitcoin.x6763.crypto.ecdsa.Secp256k1
base point G
generateKeyPair() - Static method in class org.bitcoin.x6763.crypto.ecdsa.KeyPairGenerator
Generates a new Elliptic Curve key pair.
getA() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECCurve
 
getAlgorithm() - Method in class org.bitcoin.x6763.crypto.ecdsa.PrivateKey
Returns the algorithm name, "ECDSA".
getAlgorithm() - Method in class org.bitcoin.x6763.crypto.ecdsa.PublicKey
Returns the algorithm name, "ECDSA".
getB() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECCurve
 
getByteLength() - Method in class org.bitcoin.x6763.crypto.digest.RIPEMD160
 
getCurve() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECPoint
 
getDigestSize() - Method in class org.bitcoin.x6763.crypto.digest.RIPEMD160
 
getEncoded() - Method in class org.bitcoin.x6763.crypto.ecdsa.PrivateKey
Returns the serialized private key.
getEncoded() - Method in class org.bitcoin.x6763.crypto.ecdsa.PublicKey
Encodes the public key into the same format used by Bitcoin.
getFieldSize() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECCurve
 
getFieldSize() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECFieldElement
 
getFormat() - Method in class org.bitcoin.x6763.crypto.ecdsa.PrivateKey
 
getFormat() - Method in class org.bitcoin.x6763.crypto.ecdsa.PublicKey
 
getInfinity() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECCurve
 
getParams() - Method in interface org.bitcoin.x6763.crypto.ecdsa.interfaces.ECKey
 
getParams() - Method in class org.bitcoin.x6763.crypto.ecdsa.PrivateKey
Returns the elliptic curve domain parameters for the secp256k1 curve.
getParams() - Method in class org.bitcoin.x6763.crypto.ecdsa.PublicKey
Returns the elliptic curve domain parameters for the secp256k1 curve.
getPrivate() - Method in class org.bitcoin.x6763.crypto.ecdsa.KeyPair
Returns the private key component of this key pair
getPublic() - Method in class org.bitcoin.x6763.crypto.ecdsa.KeyPair
Returns the public key component of this key pair
getPublic() - Method in class org.bitcoin.x6763.crypto.ecdsa.PrivateKey
Derive a public key from this private key
getQ() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECCurve
 
getQ() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECFieldElement
 
getS() - Method in interface org.bitcoin.x6763.crypto.ecdsa.interfaces.ECPrivateKey
 
getS() - Method in class org.bitcoin.x6763.crypto.ecdsa.PrivateKey
Returns the 256-bit private key number
getW() - Method in interface org.bitcoin.x6763.crypto.ecdsa.interfaces.ECPublicKey
 
getW() - Method in class org.bitcoin.x6763.crypto.ecdsa.PublicKey
Returns the public key coordinates as an ECPoint object
getX() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECPoint
 
getY() - Method in class org.bitcoin.x6763.crypto.ecdsa.math.ECPoint
 

A B C D E F G H I K M N O P R S T U V X Y Z