TCipherType Enumeration

Represents type TCipherType.

Namespace: flcCipher
type
 TCipherType = (
 ctNone,
 ctRC2, 
 ctRC4, 
 ctDES, 
 ctDES40, 
 ctTripleDESEDE, 
 ctTripleDES3EDE, 
 ctTripleDES3EEE, 
 ctCast256, 
 ctAES, 
 ctRSAOAEP1024 
 );

The TCipherType type exposes the following members.

Show:
 NameDescription
ctAES

Represents constant ctAES.

ctCast256

Represents constant ctCast256.

ctDES

Represents constant ctDES.

ctDES40

Represents constant ctDES40.

ctNone

Represents constant ctNone.

ctRC2

Represents constant ctRC2.

ctRC4

Represents constant ctRC4.

ctRSAOAEP1024

Represents constant ctRSAOAEP1024.

ctTripleDES3EDE

Represents constant ctTripleDES3EDE.

ctTripleDES3EEE

Represents constant ctTripleDES3EEE.

ctTripleDESEDE

Represents constant ctTripleDESEDE.

Top