Uses of Class
io.github.mmm.crypto.asymmetric.access.ec.bc.Secp256k1
-
Packages that use Secp256k1 Package Description io.github.mmm.crypto.asymmetric.access.ec.bc -
-
Uses of Secp256k1 in io.github.mmm.crypto.asymmetric.access.ec.bc
Methods in io.github.mmm.crypto.asymmetric.access.ec.bc that return Secp256k1 Modifier and Type Method Description static <S extends SignatureEcBc>
Secp256k1<S>Secp256k1. of(SignatureFactoryEcBc<S> signatureFactory, HashConfig hashConfig, RandomFactory randomFactory)
static Secp256k1<SignatureEcBcPlain>
Secp256k1. ofPlain(HashConfig hashConfig)
static Secp256k1<SignatureEcBcPlain>
Secp256k1. ofPlain(String hashAlgorithm)
static Secp256k1<SignatureEcBcWithRecoveryId>
Secp256k1. ofRecoveryId(HashConfig hashConfig)
static Secp256k1<SignatureEcBcWithRecoveryId>
Secp256k1. ofRecoveryId(String hashAlgorithm)
-