Package org.bouncycastle.tls
Class CipherType
- java.lang.Object
-
- org.bouncycastle.tls.CipherType
-
public class CipherType extends java.lang.Object
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()
-
-
-
Field Detail
-
stream
public static final int stream
- See Also:
- Constant Field Values
-
block
public static final int block
- See Also:
- Constant Field Values
-
aead
public static final int aead
- See Also:
- Constant Field Values
-
-