S - type of SignatureBinary.public class SignatureSignerImplEcBc<S extends SignatureEcBc> extends SignatureProcessorImplEcBc<S> implements SignatureSigner<S>
SignatureSigner.| Modifier and Type | Field and Description |
|---|---|
private org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey |
publicKey |
data, signer| Constructor and Description |
|---|
SignatureSignerImplEcBc(SignatureConfigEcDsa<S> config,
org.bouncycastle.crypto.signers.ECDSASigner signer,
org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey |
getPublicKey() |
S |
signAfterUpdate(boolean reset) |
byte[] |
signAfterUpdateRaw(boolean reset) |
getAlgorithm, getConfig, getSignatureFactory, reset, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsign, sign, signprocessupdate, update, updateprocess, process, process, resetgetAlgorithmprivate final org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey
public SignatureSignerImplEcBc(SignatureConfigEcDsa<S> config, org.bouncycastle.crypto.signers.ECDSASigner signer, org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey publicKey)
config - the config.signer - the underlying ECDSASigner.publicKey - the public key.protected org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey getPublicKey()
BCECPublicKey.public S signAfterUpdate(boolean reset)
signAfterUpdate in interface SignatureSigner<S extends SignatureEcBc>public byte[] signAfterUpdateRaw(boolean reset)
signAfterUpdateRaw in interface SignatureSignerSimpleCopyright © 2001–2019 mmm-Team. All rights reserved.