Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class PRFAlgorithm

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.PRFAlgorithm

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

public class PRFAlgorithm
extends java.lang.Object

RFC 5246

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).


Field Summary
static int tls_prf_legacy
          Deprecated.  
static int tls_prf_sha256
          Deprecated.  
static int tls_prf_sha384
          Deprecated.  
 
Constructor Summary
PRFAlgorithm()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tls_prf_legacy

public static final int tls_prf_legacy
Deprecated. 
See Also:
Constant Field Values

tls_prf_sha256

public static final int tls_prf_sha256
Deprecated. 
See Also:
Constant Field Values

tls_prf_sha384

public static final int tls_prf_sha384
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

PRFAlgorithm

public PRFAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64