Uses of Enum Class
org.bitcoinj.secp.SecpPoint.Infinity
Packages that use SecpPoint.Infinity
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.-
Uses of SecpPoint.Infinity in org.bitcoinj.secp
Subclasses with type arguments of type SecpPoint.Infinity in org.bitcoinj.secpModifier and TypeClassDescriptionstatic enumSingleton representing the point-at-infinityFields in org.bitcoinj.secp declared as SecpPoint.InfinityModifier and TypeFieldDescriptionstatic final SecpPoint.InfinitySecpPoint.POINT_INFINITYThe P256K1 infinity pointMethods in org.bitcoinj.secp that return SecpPoint.InfinityModifier and TypeMethodDescriptionstatic SecpPoint.InfinityReturns the enum constant of this class with the specified name.static SecpPoint.Infinity[]SecpPoint.Infinity.values()Returns an array containing the constants of this enum class, in the order they are declared.