Package org.bouncycastle.tls
Class BulkCipherAlgorithm
java.lang.Object
org.bouncycastle.tls.BulkCipherAlgorithm
Deprecated.
Will be removed.
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
Modifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
-
Method Summary
-
Field Details
-
_null
public static final int _nullDeprecated.- See Also:
-
rc4
public static final int rc4Deprecated.- See Also:
-
rc2
public static final int rc2Deprecated.- See Also:
-
des
public static final int desDeprecated.- See Also:
-
_3des
public static final int _3desDeprecated.- See Also:
-
des40
public static final int des40Deprecated.- See Also:
-
aes
public static final int aesDeprecated.- See Also:
-
idea
public static final int ideaDeprecated.- See Also:
-
-
Constructor Details
-
BulkCipherAlgorithm
public BulkCipherAlgorithm()Deprecated.
-