S - type of SignatureBinary.public abstract class SignatureFactoryEcBc<S extends SignatureEcBc> extends Object implements SignatureFactory<S>
SignatureFactory for SignatureEcBc.| Modifier and Type | Field and Description |
|---|---|
protected CryptoEllipticCurveBc |
curve
The
elliptic curve. |
| Constructor and Description |
|---|
SignatureFactoryEcBc(CryptoEllipticCurveBc curve)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract S |
create(BigInteger r,
BigInteger s,
byte[] message,
org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSignatureprotected final CryptoEllipticCurveBc curve
elliptic curve.public SignatureFactoryEcBc(CryptoEllipticCurveBc curve)
curve - the elliptic curve.public abstract S create(BigInteger r, BigInteger s, byte[] message, org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)
Copyright © 2001–2019 mmm-Team. All rights reserved.