Package org.bouncycastle.tls
Class CipherType
java.lang.Object
org.bouncycastle.tls.CipherType
RFC 2246
Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
stream
public static final int stream- See Also:
-
block
public static final int block- See Also:
-
aead
public static final int aead- See Also:
-
-
Constructor Details
-
CipherType
public CipherType()
-