Package org.bouncycastle.bcpg
Class SymmetricKeyUtils
java.lang.Object
org.bouncycastle.bcpg.SymmetricKeyUtils
- All Implemented Interfaces:
SymmetricKeyAlgorithmTags
-
Field Summary
Fields inherited from interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
AES_128, AES_192, AES_256, BLOWFISH, CAMELLIA_128, CAMELLIA_192, CAMELLIA_256, CAST5, DES, IDEA, NULL, SAFER, TRIPLE_DES, TWOFISH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getKeyLengthInBits
(int algorithm) static int
getKeyLengthInOctets
(int algorithm)
-
Constructor Details
-
SymmetricKeyUtils
public SymmetricKeyUtils()
-
-
Method Details
-
getKeyLengthInBits
public static int getKeyLengthInBits(int algorithm) -
getKeyLengthInOctets
public static int getKeyLengthInOctets(int algorithm)
-