Package org.bouncycastle.tls
Class PRFAlgorithm
- java.lang.Object
-
- org.bouncycastle.tls.PRFAlgorithm
-
public class PRFAlgorithm extends java.lang.Object
RFC 5246Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
-
-
Field Summary
Fields Modifier and Type Field Description static int
ssl_prf_legacy
static int
tls_prf_gostr3411_2012_256
static int
tls_prf_legacy
static int
tls_prf_sha256
static int
tls_prf_sha384
static int
tls13_hkdf_sha256
static int
tls13_hkdf_sha384
static int
tls13_hkdf_sm3
-
Constructor Summary
Constructors Constructor Description PRFAlgorithm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(int prfAlgorithm)
static java.lang.String
getText(int prfAlgorithm)
-
-
-
Field Detail
-
ssl_prf_legacy
public static final int ssl_prf_legacy
- See Also:
- Constant Field Values
-
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
-
tls13_hkdf_sha256
public static final int tls13_hkdf_sha256
- See Also:
- Constant Field Values
-
tls13_hkdf_sha384
public static final int tls13_hkdf_sha384
- See Also:
- Constant Field Values
-
tls13_hkdf_sm3
public static final int tls13_hkdf_sm3
- See Also:
- Constant Field Values
-
tls_prf_gostr3411_2012_256
public static final int tls_prf_gostr3411_2012_256
- See Also:
- Constant Field Values
-
-