Serialized Form
-
Package org.bitcoinj.secp
-
Package org.bitcoinj.secp.internal
-
Class org.bitcoinj.secp.internal.SecpKeyPairImpl
class SecpKeyPairImpl extends Object implements Serializable-
Serialized Fields
-
privKey
SecpPrivKey privKey
-
pubKey
SecpPubKey pubKey
-
-
-
Class org.bitcoinj.secp.internal.SecpPrivKeyImpl
class SecpPrivKeyImpl extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
privKeyBytes
byte @Nullable [] privKeyBytes
private key or null if key was destroyed
-
-
-
Class org.bitcoinj.secp.internal.SecpPubKeyImpl
class SecpPubKeyImpl extends Object implements Serializable-
Serialized Fields
-
point
SecpPointUncompressed point
-
-
-