Skip to main content

com.eruces.teagent.TECipherAlgorithmType

The TECipherAlgorithmType class defines cipher algorithm types.

Static Public Attributes

TypeNameDescription
final TECipherAlgorithmTypeTE_DEFAULT_CIPHERRepresents the default cipher algorithm.
final TECipherAlgorithmTypeTE_AES_128_CBCRepresents the 128 bit AES with CBC mode.
final TECipherAlgorithmTypeTE_AES_192_CBCRepresents the 192 bit AES with CBC mode.
final TECipherAlgorithmTypeTE_AES_256_CBCRepresents the 256 bit AES with CBC mode.
final TECipherAlgorithmTypeTE_BF_CBCRepresents the Blowfish with CBC mode.

Public Member Functions

MemberDescription
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.