public interface TlsHash
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateHash()
Return calculated hash for any input passed in.
|
TlsHash |
cloneHash()
Return a clone of this hash object representing its current state.
|
void |
reset()
Reset the hash underlying this service.
|
void |
update(byte[] input,
int inOff,
int length)
Update the hash with the passed in input.
|
void update(byte[] input,
int inOff,
int length)
input - input array containing the data.inOff - offset into the input array the input starts at.length - the length of the input data.byte[] calculateHash()
TlsHash cloneHash()
void reset()