Package org.bouncycastle.crypto.tls
Class CipherType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.CipherType
-
public class CipherType extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 2246Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
-
-
Constructor Summary
Constructors Constructor Description CipherType()
Deprecated.
-
-
-
Field Detail
-
stream
public static final int stream
Deprecated.- See Also:
- Constant Field Values
-
block
public static final int block
Deprecated.- See Also:
- Constant Field Values
-
aead
public static final int aead
Deprecated.- See Also:
- Constant Field Values
-
-