S - type of SignatureBinary.public class SignatureVerifierImpl<S extends SignatureBinary> extends SignatureProcessorImpl implements SignatureVerifier<S>
SignatureVerifier.| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
Logger instance.
|
| Constructor and Description |
|---|
SignatureVerifierImpl(Signature signature)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
verifyAfterUpdate(byte[] signature,
int offset,
int length) |
getAlgorithm, getSignature, reset, updatecreationFailedException, creationFailedException, creationFailedException, creationFailedException, getAlgorithm, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitverify, verify, verify, verifyAfterUpdate, verifyUnsafeverify, verify, verify, verifyAfterUpdateupdate, update, updateprocess, process, process, process, resetgetAlgorithmpublic boolean verifyAfterUpdate(byte[] signature,
int offset,
int length)
verifyAfterUpdate in interface SignatureVerifierSimplesignature - the byte array with the signature as raw data.offset - the index where to start reading data from signature.length - the number of bytes to read from signature.true if the given signature is valid, false otherwise.Copyright © 2001–2019 mmm-Team. All rights reserved.