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 CryptoEllipticCurveBcCurve25519. CURVETheelliptic curve.static CryptoEllipticCurveBcSecp256k1. CURVETheelliptic 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 CryptoEllipticCurveBcSignatureFactoryEcBc. curveTheelliptic curve.Methods in io.github.mmm.crypto.asymmetric.sign.ec.bc that return CryptoEllipticCurveBc Modifier and Type Method Description protected CryptoEllipticCurveBcSignatureEcBc. getCurve()Methods in io.github.mmm.crypto.asymmetric.sign.ec.bc with parameters of type CryptoEllipticCurveBc Modifier and Type Method Description protected static byteSignatureEcBc. calculateRecoveryIndex(byte[] message, CryptoEllipticCurveBc curve, BigInteger r, BigInteger s, org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)static SignatureEcBcWithRecoveryIdSignatureEcBcWithRecoveryId. 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.BCECPublicKeySignatureEcBc. recoverPublicKey(byte[] message, CryptoEllipticCurveBc curve, BigInteger r, BigInteger s, byte recoveryIndex)
-