Package org.bouncycastle.tls
Class PRFAlgorithm
- java.lang.Object
-
- org.bouncycastle.tls.PRFAlgorithm
-
public class PRFAlgorithm extends java.lang.ObjectRFC 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 intssl_prf_legacystatic inttls_prf_legacystatic inttls_prf_sha256static inttls_prf_sha384static inttls13_hkdf_sha256static inttls13_hkdf_sha384static inttls13_hkdf_sm3
-
Constructor Summary
Constructors Constructor Description PRFAlgorithm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetName(int prfAlgorithm)static java.lang.StringgetText(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
-
-