| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.access.ec.bc | |
| net.sf.mmm.crypto.asymmetric.sign.ec.bc |
| Modifier and Type | Field and Description |
|---|---|
static CryptoEllipticCurveBc |
Curve25519.CURVE
The
elliptic curve. |
static CryptoEllipticCurveBc |
Secp256k1.CURVE
The
elliptic curve. |
| Modifier and Type | Field and Description |
|---|---|
private CryptoEllipticCurveBc |
SignatureEcBc.curve |
protected CryptoEllipticCurveBc |
SignatureFactoryEcBc.curve
The
elliptic curve. |
| Modifier and Type | Method and Description |
|---|---|
protected CryptoEllipticCurveBc |
SignatureEcBc.getCurve() |
| Modifier and Type | Method and 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) |
Copyright © 2001–2019 mmm-Team. All rights reserved.