Package org.bouncycastle.bcpg
Interface SymmetricKeyAlgorithmTags
-
- All Known Implementing Classes:
PGPEncryptedData,PGPEncryptedDataGenerator,PGPPBEEncryptedData,PGPPublicKeyEncryptedData,PGPSessionKeyEncryptedData,PGPSymmetricKeyEncryptedData,SymmetricKeyUtils
public interface SymmetricKeyAlgorithmTagsBasic tags for symmetric key algorithms
-
-
Field Summary
Fields Modifier and Type Field Description static intAES_128static intAES_192static intAES_256static intBLOWFISHstatic intCAMELLIA_128static intCAMELLIA_192static intCAMELLIA_256static intCAST5static intDESstatic intIDEAstatic intNULLstatic intSAFERstatic intTRIPLE_DESstatic intTWOFISH
-
-
-
Field Detail
-
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
-
CAMELLIA_128
static final int CAMELLIA_128
- See Also:
- Constant Field Values
-
CAMELLIA_192
static final int CAMELLIA_192
- See Also:
- Constant Field Values
-
CAMELLIA_256
static final int CAMELLIA_256
- See Also:
- Constant Field Values
-
-