Uses of Class
org.bitcoinj.secp.internal.SecpPointUncompressed
Packages that use SecpPointUncompressed
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpPointUncompressed in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return SecpPointUncompressedModifier and TypeMethodDescriptionstatic SecpPointUncompressedSecpPoint.of(SecpFieldElement x, SecpFieldElement y) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecpPointUncompressed in org.bitcoinj.secp.internal
Methods in org.bitcoinj.secp.internal that return SecpPointUncompressedModifier and TypeMethodDescriptionstatic SecpPointUncompressedSecpPointImpl.of(SecpFieldElement x, SecpFieldElement y) static SecpPointUncompressedSecpPointUncompressed.of(BigInteger x, BigInteger y) static SecpPointUncompressedConstructors in org.bitcoinj.secp.internal with parameters of type SecpPointUncompressed