Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsHandshakeHash

All Superinterfaces:
Digest

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsHandshakeHash
extends Digest


Method Summary
 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

public void init(TlsContext context)
Deprecated. 

notifyPRFDetermined

public TlsHandshakeHash notifyPRFDetermined()
Deprecated. 

trackHashAlgorithm

public void trackHashAlgorithm(short hashAlgorithm)
Deprecated. 

sealHashAlgorithms

public void sealHashAlgorithms()
Deprecated. 

stopTracking

public TlsHandshakeHash stopTracking()
Deprecated. 

forkPRFHash

public Digest forkPRFHash()
Deprecated. 

getFinalHash

public byte[] getFinalHash(short hashAlgorithm)
Deprecated. 

Bouncy Castle Cryptography Library 1.64