Class SecpPubKeyImpl

java.lang.Object
org.bitcoinj.secp.internal.SecpPubKeyImpl
All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, ECKey, ECPublicKey, Key, PublicKey, SecpPubKey

public class SecpPubKeyImpl extends Object implements SecpPubKey
Default/Internal SecpPubKey implementation storing as SecpPointUncompressed.
See Also: