SymmetricAlgorithmType
Inheritance: java.lang.Object
public final class SymmetricAlgorithmType
Represents symmetric encryption algorithm type.
Fields
Field | Description |
---|---|
Rijndael | Represents Rijndael symmetric encryption algorithm. |
AES | Represents AES (Advanced Encryption Standard) encryption algorithm. |
AESNew | Represents improved AES (Advanced Encryption Standard) encryption algorithm. |
Rijndael
public static final int Rijndael
Represents Rijndael symmetric encryption algorithm.
AES
public static final int AES
Represents AES (Advanced Encryption Standard) encryption algorithm.
AESNew
public static final int AESNew
Represents improved AES (Advanced Encryption Standard) encryption algorithm.