Package org.bouncycastle.tls
Interface TlsHandshakeHash
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyBufferTo(java.io.OutputStream output)
void
forceBuffering()
TlsHash
forkPRFHash()
byte[]
getFinalHash(int cryptoHashAlgorithm)
void
notifyPRFDetermined()
void
sealHashAlgorithms()
void
stopTracking()
void
trackHashAlgorithm(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
void stopTracking()
-
forkPRFHash
TlsHash forkPRFHash()
-
getFinalHash
byte[] getFinalHash(int cryptoHashAlgorithm)
-
-