S - type of SignatureBinary.public class SignatureSignerImpl<S extends SignatureBinary> extends SignatureProcessorImpl implements SignatureSigner<S>
SignatureSigner.| Modifier and Type | Field and Description |
|---|---|
private SignatureFactory<S> |
factory |
| Constructor and Description |
|---|
SignatureSignerImpl(Signature signature,
SignatureFactory<S> factory)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected S |
createSignature(byte[] signatureData) |
S |
signAfterUpdate(boolean reset) |
byte[] |
signAfterUpdateRaw(boolean reset) |
getAlgorithm, getSignature, reset, updatecreationFailedException, creationFailedException, creationFailedException, creationFailedException, getAlgorithm, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsign, sign, signprocessupdate, update, updateprocess, process, process, resetgetAlgorithmprivate SignatureFactory<S extends SignatureBinary> factory
public SignatureSignerImpl(Signature signature, SignatureFactory<S> factory)
signature - the underlying Signature.factory - the SignatureFactory.public S signAfterUpdate(boolean reset)
signAfterUpdate in interface SignatureSigner<S extends SignatureBinary>reset - - true to reset after the signature has been generated, false
otherwise.processed data.protected S createSignature(byte[] signatureData)
signatureData - the raw signature.SignatureBinary.public byte[] signAfterUpdateRaw(boolean reset)
signAfterUpdateRaw in interface SignatureSignerSimplereset - - true to reset after the signature has been generated, false
otherwise.processed data.Copyright © 2001–2019 mmm-Team. All rights reserved.