Uses of Interface
org.bitcoinj.secp.SecpScalar
Packages that use SecpScalar
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpScalar in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return SecpScalarModifier and TypeMethodDescriptionEcdsaSignature.r()Get scalar REcdsaSignature.s()Get scalar SSchnorrSignature.s()Get scalar SMethods in org.bitcoinj.secp with parameters of type SecpScalarModifier and TypeMethodDescriptionstatic EcdsaSignatureEcdsaSignature.of(SecpScalar r, SecpScalar s) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecpScalar in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpScalarMethods in org.bitcoinj.secp.internal that return SecpScalarConstructors in org.bitcoinj.secp.internal with parameters of type SecpScalar