public interface SignatureSignerSimple extends SignatureProcessor
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
process(byte[] input,
int offset,
int length,
boolean complete)
Generic method to process and transform data.
|
byte[] |
signAfterUpdateRaw(boolean reset) |
update, update, updateprocess, process, process, resetgetAlgorithmbyte[] signAfterUpdateRaw(boolean reset)
reset - - true to reset after the signature has been generated, false
otherwise.processed data.default byte[] process(byte[] input,
int offset,
int length,
boolean complete)
CryptoProcessorCryptoProcessor |
Equivalent of process(input, offset, length, complete) |
|---|---|
HashCreator |
|
Cryptor |
return |
SignatureSigner |
|
SignatureVerifier |
throw new |
process in interface CryptoProcessorinput - the data to process.offset - the index where to start reading data from input.length - the number of bytes to read from input.complete - - true to complete/reset this processor after processing the given input,
false otherwise.input data.Copyright © 2001–2019 mmm-Team. All rights reserved.