Package org.bouncycastle.bcpg
Class SymmetricKeyUtils
- java.lang.Object
-
- org.bouncycastle.bcpg.SymmetricKeyUtils
-
- All Implemented Interfaces:
SymmetricKeyAlgorithmTags
public class SymmetricKeyUtils extends java.lang.Object implements 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 Constructor Description SymmetricKeyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getKeyLengthInBits(int algorithm)
static int
getKeyLengthInOctets(int algorithm)
-