Class SecpPubKeyImpl
java.lang.Object
org.bitcoinj.secp.internal.SecpPubKeyImpl
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, ECKey, ECPublicKey, Key, PublicKey, SecpPubKey
Default/Internal SecpPubKey implementation storing as
SecpPointUncompressed.- See Also:
-
Field Summary
Fields inherited from interface ECPublicKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetW()Returns this key as aSecpECPointor, if it is the "point at infinity" it returnsECPoint.POINT_INFINITYpoint()Get the uncompressedSecpPointtoString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SecpPubKey
getAlgorithm, getCompressed, getEncoded, getFormat, getParams, getUncompressed, serialize, serialize, xOnly
-
Constructor Details
-
SecpPubKeyImpl
-
SecpPubKeyImpl
-
SecpPubKeyImpl
-
SecpPubKeyImpl
-
-
Method Details
-
getW
Description copied from interface:SecpPubKeyReturns this key as aSecpECPointor, if it is the "point at infinity" it returnsECPoint.POINT_INFINITY- Specified by:
getWin interfaceECPublicKey- Specified by:
getWin interfaceSecpPubKey- Returns:
- point as
ECPointor subclass.
-
point
Description copied from interface:SecpPubKeyGet the uncompressedSecpPoint- Specified by:
pointin interfaceSecpPubKey- Returns:
- point
-
toString
-