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