Uses of Class
io.github.mmm.crypto.asymmetric.access.ec.bc.CryptoEllipticCurveBc
-
Packages that use CryptoEllipticCurveBc Package Description io.github.mmm.crypto.asymmetric.access.ec.bc io.github.mmm.crypto.asymmetric.sign.ec.bc -
-
Uses of CryptoEllipticCurveBc in io.github.mmm.crypto.asymmetric.access.ec.bc
Fields in io.github.mmm.crypto.asymmetric.access.ec.bc declared as CryptoEllipticCurveBc Modifier and Type Field Description static CryptoEllipticCurveBc
Curve25519. CURVE
Theelliptic curve
.static CryptoEllipticCurveBc
Secp256k1. CURVE
Theelliptic curve
. -
Uses of CryptoEllipticCurveBc in io.github.mmm.crypto.asymmetric.sign.ec.bc
Fields in io.github.mmm.crypto.asymmetric.sign.ec.bc declared as CryptoEllipticCurveBc Modifier and Type Field Description protected CryptoEllipticCurveBc
SignatureFactoryEcBc. curve
Theelliptic curve
.Methods in io.github.mmm.crypto.asymmetric.sign.ec.bc that return CryptoEllipticCurveBc Modifier and Type Method Description protected CryptoEllipticCurveBc
SignatureEcBc. getCurve()
Methods in io.github.mmm.crypto.asymmetric.sign.ec.bc with parameters of type CryptoEllipticCurveBc Modifier and Type Method Description protected static byte
SignatureEcBc. calculateRecoveryIndex(byte[] message, CryptoEllipticCurveBc curve, BigInteger r, BigInteger s, org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)
static SignatureEcBcWithRecoveryId
SignatureEcBcWithRecoveryId. of(CryptoEllipticCurveBc curve, BigInteger r, BigInteger s, byte[] message, org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey, byte recoveryOffset)
protected static org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey
SignatureEcBc. recoverPublicKey(byte[] message, CryptoEllipticCurveBc curve, BigInteger r, BigInteger s, byte recoveryIndex)
-