Package org.bouncycastle.tls
Class BulkCipherAlgorithm
java.lang.Object
org.bouncycastle.tls.BulkCipherAlgorithm
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_null
public static final int _null- See Also:
-
rc4
public static final int rc4- See Also:
-
rc2
public static final int rc2- See Also:
-
des
public static final int des- See Also:
-
_3des
public static final int _3des- See Also:
-
des40
public static final int des40- See Also:
-
aes
public static final int aes- See Also:
-
idea
public static final int idea- See Also:
-
-
Constructor Details
-
BulkCipherAlgorithm
public BulkCipherAlgorithm()
-