Uses of Interface
org.bitcoinj.secp.SecpPoint.Compressed
Packages that use SecpPoint.Compressed
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpPoint.Compressed in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return SecpPoint.CompressedModifier and TypeMethodDescriptionSecpPoint.Uncompressed.compress()Convert to a compressed point.default SecpPoint.CompressedSecpPubKey.getCompressed()Return as a compressed pointMethods in org.bitcoinj.secp with parameters of type SecpPoint.CompressedModifier and TypeMethodDescriptiondefault SecpPoint.UncompressedSecp256k1.ecPointUncompress(SecpPoint.Compressed compressedPoint) Calculate an uncompressed point from a compressed point. -
Uses of SecpPoint.Compressed in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpPoint.CompressedMethods in org.bitcoinj.secp.internal that return SecpPoint.Compressed