Package org.bouncycastle.tls
Interface TlsHandshakeHash
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyBufferTo(java.io.OutputStream output)voidforceBuffering()TlsHashforkPRFHash()byte[]getFinalHash(int cryptoHashAlgorithm)voidnotifyPRFDetermined()voidsealHashAlgorithms()TlsHandshakeHashstopTracking()voidtrackHashAlgorithm(int cryptoHashAlgorithm)-
Methods inherited from interface org.bouncycastle.tls.crypto.TlsHash
calculateHash, cloneHash, reset, update
-
-
-
-
Method Detail
-
copyBufferTo
void copyBufferTo(java.io.OutputStream output) throws java.io.IOException- Throws:
java.io.IOException
-
forceBuffering
void forceBuffering()
-
notifyPRFDetermined
void notifyPRFDetermined()
-
trackHashAlgorithm
void trackHashAlgorithm(int cryptoHashAlgorithm)
-
sealHashAlgorithms
void sealHashAlgorithms()
-
stopTracking
TlsHandshakeHash stopTracking()
-
forkPRFHash
TlsHash forkPRFHash()
-
getFinalHash
byte[] getFinalHash(int cryptoHashAlgorithm)
-
-