Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class PRFAlgorithm

java.lang.Object
  extended by org.bouncycastle.crypto.tls.PRFAlgorithm

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
           
static int tls_prf_sha256
           
static int tls_prf_sha384
           
 
Constructor Summary
PRFAlgorithm()
           
 
Method Summary
 
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
See Also:
Constant Field Values

tls_prf_sha256

public static final int tls_prf_sha256
See Also:
Constant Field Values

tls_prf_sha384

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

PRFAlgorithm

public PRFAlgorithm()

Bouncy Castle Cryptography Library 1.49