TCipherMode Enumeration

Represents type TCipherMode.

Namespace: flcCipher
type
 TCipherMode = (
 cmECB, 
 cmCBC, 
 cmCFB, 
 cmOFB 
 );

The TCipherMode type exposes the following members.

Show:
 NameDescription
cmCBC

Represents constant cmCBC.

cmCFB

Represents constant cmCFB.

cmECB

Represents constant cmECB.

cmOFB

Represents constant cmOFB.

Top