Package org.bouncycastle.crypto.tls
Class PRFAlgorithm
- java.lang.Object
-
- org.bouncycastle.crypto.tls.PRFAlgorithm
-
public class PRFAlgorithm extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).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
tls_prf_legacy
Deprecated.static int
tls_prf_sha256
Deprecated.static int
tls_prf_sha384
Deprecated.
-
Constructor Summary
Constructors Constructor Description PRFAlgorithm()
Deprecated.
-
-
-
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
-
-