S - type of SignatureBinary.public interface SignatureSigner<S extends SignatureBinary> extends SignatureSignerSimple
| Modifier and Type | Method and Description |
|---|---|
default S |
sign(byte[] input,
boolean reset) |
default S |
sign(byte[] input,
int offset,
int length,
boolean reset) |
default S |
sign(CryptoBinary input,
boolean reset) |
S |
signAfterUpdate(boolean reset) |
process, signAfterUpdateRawupdate, update, updateprocess, process, process, resetgetAlgorithmS signAfterUpdate(boolean reset)
reset - - true to reset after the signature has been generated, false
otherwise.processed data.default S sign(byte[] input, boolean reset)
input - the data to sign.reset - - true to reset after the signature has been generated, false
otherwise.processed data.default S sign(byte[] input, int offset, int length, boolean reset)
input - the data to sign.offset - the index where to start reading data from input.length - the number of bytes to read from input.reset - - true to reset after the signature has been generated, false
otherwise.processed data.default S sign(CryptoBinary input, boolean reset)
input - the CryptoBinary containing the (next) data to
sign. E.g. a Hash.reset - - true to reset after the signature has been generated, false
otherwise.processed data.Copyright © 2001–2019 mmm-Team. All rights reserved.