Package org.bouncycastle.crypto.tls
Class BulkCipherAlgorithm
- java.lang.Object
-
- org.bouncycastle.crypto.tls.BulkCipherAlgorithm
-
public class BulkCipherAlgorithm 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 BulkCipherAlgorithm()
Deprecated.
-
-
-
Field Detail
-
_null
public static final int _null
Deprecated.- See Also:
- Constant Field Values
-
rc4
public static final int rc4
Deprecated.- See Also:
- Constant Field Values
-
rc2
public static final int rc2
Deprecated.- See Also:
- Constant Field Values
-
des
public static final int des
Deprecated.- See Also:
- Constant Field Values
-
_3des
public static final int _3des
Deprecated.- See Also:
- Constant Field Values
-
des40
public static final int des40
Deprecated.- See Also:
- Constant Field Values
-
aes
public static final int aes
Deprecated.- See Also:
- Constant Field Values
-
idea
public static final int idea
Deprecated.- See Also:
- Constant Field Values
-
-