Uses of Interface
org.bitcoinj.secp.SecpPoint
Packages that use SecpPoint
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpPoint in org.bitcoinj.secp
Subinterfaces of SecpPoint in org.bitcoinj.secpModifier and TypeInterfaceDescriptionstatic interfaceA P256K1 point in compressed format.static interfaceA non-infinity point, eitherSecpPoint.CompressedorSecpPoint.Uncompressed.static interfaceA P256K1 point in uncompressed format.interfaceA valid secp256k1 Public Key that is a subclass ofECPublicKey.Classes in org.bitcoinj.secp that implement SecpPointModifier and TypeClassDescriptionstatic enumSingleton representing the point-at-infinityMethods in org.bitcoinj.secp that return SecpPoint -
Uses of SecpPoint in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpPointModifier and TypeClassDescriptionclassAnECPointthat has been validated to also be aSecpPoint.classclassDefault implementation ofSecpPointclassclassDefault/Internal SecpPubKey implementation storing asSecpPointUncompressed.Methods in org.bitcoinj.secp.internal with parameters of type SecpPoint