| Modifier and Type | Method and Description |
|---|---|
void |
copyBufferTo(java.io.OutputStream output) |
void |
forceBuffering() |
TlsHash |
forkPRFHash() |
byte[] |
getFinalHash(int cryptoHashAlgorithm) |
void |
notifyPRFDetermined() |
void |
sealHashAlgorithms() |
TlsHandshakeHash |
stopTracking() |
void |
trackHashAlgorithm(int cryptoHashAlgorithm) |
calculateHash, cloneHash, reset, updatevoid copyBufferTo(java.io.OutputStream output)
throws java.io.IOException
java.io.IOExceptionvoid forceBuffering()
void notifyPRFDetermined()
void trackHashAlgorithm(int cryptoHashAlgorithm)
void sealHashAlgorithms()
TlsHandshakeHash stopTracking()
TlsHash forkPRFHash()
byte[] getFinalHash(int cryptoHashAlgorithm)