TCipherPadding Enumeration

Represents type TCipherPadding.

Namespace: flcCipher
type
 TCipherPadding = (
 cpNone, 
 cpPadSizeByte, 
 cpPadPKCS5); 

The TCipherPadding type exposes the following members.

Show:
 NameDescription
cpNone

Represents constant cpNone.

cpPadPKCS5

Represents constant cpPadPKCS5.

cpPadSizeByte

Represents constant cpPadSizeByte.

Top