public class SignatureFactoryEcBcPlain extends SignatureFactoryEcBc<SignatureEcBcPlain>
SignatureFactory for SignatureEcBcPlain.curve| Constructor and Description |
|---|
SignatureFactoryEcBcPlain(CryptoEllipticCurveBc curve)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureEcBcPlain |
create(BigInteger r,
BigInteger s,
byte[] message,
org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey) |
SignatureEcBcPlain |
createSignature(byte[] data) |
public SignatureFactoryEcBcPlain(CryptoEllipticCurveBc curve)
curve - the elliptic curve.public SignatureEcBcPlain createSignature(byte[] data)
public SignatureEcBcPlain create(BigInteger r, BigInteger s, byte[] message, org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)
create in class SignatureFactoryEcBc<SignatureEcBcPlain>r - the value r.s - the value s.message - the signed message (hash).publicKey - the BCECPublicKey that was used to sign the message.Copyright © 2001–2019 mmm-Team. All rights reserved.