|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.PRFAlgorithm
public class PRFAlgorithm
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 |
---|
public static final int tls_prf_legacy
public static final int tls_prf_sha256
public static final int tls_prf_sha384
Constructor Detail |
---|
public PRFAlgorithm()
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |