| Constructor and Description |
|---|
JcaTlsHash(java.security.MessageDigest digest) |
| 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[] data,
int offSet,
int length)
Update the hash with the passed in input.
|
public void update(byte[] data,
int offSet,
int length)
TlsHashpublic byte[] calculateHash()
TlsHashcalculateHash in interface TlsHashpublic TlsHash cloneHash()
TlsHash