| 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<SignatureEcBcPlain> |
Curve25519.ofPlain(HashConfig hashConfig) |
static Secp256k1<SignatureEcBcPlain> |
Secp256k1.ofPlain(HashConfig hashConfig) |
static Curve25519<SignatureEcBcPlain> |
Curve25519.ofPlain(String hashAlgorithm) |
static Secp256k1<SignatureEcBcPlain> |
Secp256k1.ofPlain(String hashAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
SignatureEcBcPlain |
SignatureFactoryEcBcPlain.create(BigInteger r,
BigInteger s,
byte[] message,
org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey) |
SignatureEcBcPlain |
SignatureFactoryEcBcPlain.createSignature(byte[] data) |
Copyright © 2001–2019 mmm-Team. All rights reserved.