Serialized Form


Package org.bitcoin.x6763.crypto.ecdsa

Class org.bitcoin.x6763.crypto.ecdsa.PrivateKey extends java.lang.Object implements Serializable

serialVersionUID: 6034044314589513430L

Serialized Fields

S

java.math.BigInteger S
The 256-bit private key value

Class org.bitcoin.x6763.crypto.ecdsa.PublicKey extends java.lang.Object implements Serializable

serialVersionUID: 7187392471159151072L

Serialized Fields

W

ECPoint W
The elliptic curve public key coordinates


Package org.bitcoin.x6763.crypto.ecdsa.interfaces