org.bouncycastle.bcpg
Interface SymmetricKeyAlgorithmTags

All Known Implementing Classes:
PGPEncryptedData, PGPEncryptedDataGenerator

public interface SymmetricKeyAlgorithmTags

Basic tags for symmetric key algorithms


Field Summary
static int AES_128
           
static int AES_192
           
static int AES_256
           
static int BLOWFISH
           
static int CAST5
           
static int DES
           
static int IDEA
           
static int NULL
           
static int SAFER
           
static int TRIPLE_DES
           
static int TWOFISH
           
 

Field Detail

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