org.bouncycastle.bcpg
Interface SymmetricKeyAlgorithmTags
- All Known Implementing Classes:
- PGPEncryptedData, PGPEncryptedDataGenerator
- public interface SymmetricKeyAlgorithmTags
Basic tags for symmetric key algorithms
NULL
public static final int NULL
- See Also:
- Constant Field Values
IDEA
public static final int IDEA
- See Also:
- Constant Field Values
TRIPLE_DES
public static final int TRIPLE_DES
- See Also:
- Constant Field Values
CAST5
public static final int CAST5
- See Also:
- Constant Field Values
BLOWFISH
public static final int BLOWFISH
- See Also:
- Constant Field Values
SAFER
public static final int SAFER
- See Also:
- Constant Field Values
DES
public static final int DES
- See Also:
- Constant Field Values
AES_128
public static final int AES_128
- See Also:
- Constant Field Values
AES_192
public static final int AES_192
- See Also:
- Constant Field Values
AES_256
public static final int AES_256
- See Also:
- Constant Field Values
TWOFISH
public static final int TWOFISH
- See Also:
- Constant Field Values