Uses of Interface
org.bitcoinj.secp.SecpKeyPair
Packages that use SecpKeyPair
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpKeyPair in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return SecpKeyPairModifier and TypeMethodDescriptionSecp256k1.ecKeyPairCreate()Create a new, randomly-generated private key and return it with its matching public keySecp256k1.ecKeyPairCreate(SecpPrivKey privKey) Create a key pair structure from a known private keystatic SecpKeyPairSecpKeyPair.of(SecpPrivKey privKey, SecpPubKey pubKey) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecpKeyPair in org.bitcoinj.secp.ffm
Methods in org.bitcoinj.secp.ffm that return SecpKeyPairModifier and TypeMethodDescriptionSecp256k1Foreign.ecKeyPairCreate()Secp256k1Foreign.ecKeyPairCreate(SecpPrivKey privKey) -
Uses of SecpKeyPair in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpKeyPair