Package org.bouncycastle.crypto.tls
Interface TlsHandshakeHash
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DigestforkPRFHash()Deprecated.byte[]getFinalHash(short hashAlgorithm)Deprecated.voidinit(TlsContext context)Deprecated.TlsHandshakeHashnotifyPRFDetermined()Deprecated.voidsealHashAlgorithms()Deprecated.TlsHandshakeHashstopTracking()Deprecated.voidtrackHashAlgorithm(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.
-
-