| Constructor and Description |
|---|
JcaTlsHash(java.security.MessageDigest digest) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateHash()
Return calculated hash for any input passed in.
|
java.lang.Object |
clone()
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 java.lang.Object clone()
TlsHash