Package org.bouncycastle.crypto.tls
Interface TlsHandshakeHash
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Digest
forkPRFHash()
Deprecated.byte[]
getFinalHash(short hashAlgorithm)
Deprecated.void
init(TlsContext context)
Deprecated.TlsHandshakeHash
notifyPRFDetermined()
Deprecated.void
sealHashAlgorithms()
Deprecated.TlsHandshakeHash
stopTracking()
Deprecated.void
trackHashAlgorithm(short hashAlgorithm)
Deprecated.-
Methods inherited from interface org.bouncycastle.crypto.Digest
doFinal, getAlgorithmName, getDigestSize, reset, update, update
-
-
-
-
Method Detail
-
init
void init(TlsContext context)
Deprecated.
-
notifyPRFDetermined
TlsHandshakeHash notifyPRFDetermined()
Deprecated.
-
trackHashAlgorithm
void trackHashAlgorithm(short hashAlgorithm)
Deprecated.
-
sealHashAlgorithms
void sealHashAlgorithms()
Deprecated.
-
stopTracking
TlsHandshakeHash stopTracking()
Deprecated.
-
forkPRFHash
Digest forkPRFHash()
Deprecated.
-
getFinalHash
byte[] getFinalHash(short hashAlgorithm)
Deprecated.
-
-