TCipherBufferMode Enumeration

Represents type TCipherBufferMode.

Namespace: flcCipher
type
 TCipherBufferMode = (
 cbmStream,
 cbmMultipleBlocks,
 cbmSingleBlock);

The TCipherBufferMode type exposes the following members.

Show:
 NameDescription
cbmMultipleBlocks

Represents constant cbmMultipleBlocks.

cbmSingleBlock

Represents constant cbmSingleBlock.

cbmStream

Represents constant cbmStream.

Top