| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.access.ec.bc | |
| net.sf.mmm.crypto.asymmetric.sign.ec.bc |
| Modifier and Type | Method and Description |
|---|---|
static Curve25519<SignatureEcBcWithRecoveryId> |
Curve25519.ofRecoveryId(HashConfig hashConfig) |
static Secp256k1<SignatureEcBcWithRecoveryId> |
Secp256k1.ofRecoveryId(HashConfig hashConfig) |
static Curve25519<SignatureEcBcWithRecoveryId> |
Curve25519.ofRecoveryId(String hashAlgorithm) |
static Secp256k1<SignatureEcBcWithRecoveryId> |
Secp256k1.ofRecoveryId(String hashAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
SignatureEcBcWithRecoveryId |
SignatureFactoryEcBcWithRecoveryId.create(BigInteger r,
BigInteger s,
byte[] message,
org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey) |
SignatureEcBcWithRecoveryId |
SignatureFactoryEcBcWithRecoveryId.createSignature(byte[] data) |
static SignatureEcBcWithRecoveryId |
SignatureEcBcWithRecoveryId.of(CryptoEllipticCurveBc curve,
BigInteger r,
BigInteger s,
byte[] message,
org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey,
byte recoveryOffset) |
Copyright © 2001–2019 mmm-Team. All rights reserved.