com.eruces.teagent.TECipherAlgorithmType
The TECipherAlgorithmType class defines cipher algorithm types.
Static Public Attributes
| Type | Name | Description |
|---|---|---|
| final TECipherAlgorithmType | TE_DEFAULT_CIPHER | Represents the default cipher algorithm. |
| final TECipherAlgorithmType | TE_AES_128_CBC | Represents the 128 bit AES with CBC mode. |
| final TECipherAlgorithmType | TE_AES_192_CBC | Represents the 192 bit AES with CBC mode. |
| final TECipherAlgorithmType | TE_AES_256_CBC | Represents the 256 bit AES with CBC mode. |
| final TECipherAlgorithmType | TE_BF_CBC | Represents the Blowfish with CBC mode. |
Public Member Functions
| Member | Description |
|---|---|
String getName() | The getName method gets the JDK cipher algorithm name. |
Member Function Documentation
String getName()
The getName method gets the JDK cipher algorithm name.
Returns: A string representing the name of the cipher algorithm.