Uses of Interface
org.bitcoinj.secp.SecpPoint.Point
Packages that use SecpPoint.Point
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpPoint.Point in org.bitcoinj.secp
Subinterfaces of SecpPoint.Point in org.bitcoinj.secpModifier and TypeInterfaceDescriptionstatic interfaceA P256K1 point in compressed format.static interfaceA P256K1 point in uncompressed format.interfaceA valid secp256k1 Public Key that is a subclass ofECPublicKey. -
Uses of SecpPoint.Point in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpPoint.PointModifier and TypeClassDescriptionclassAnECPointthat has been validated to also be aSecpPoint.classclassclassDefault/Internal SecpPubKey implementation storing asSecpPointUncompressed.