TCipherInfo Record

Represents type TCipherInfo.

Namespace: flcCipher
type
 TCipherInfo = record
 end;

The TCipherInfo type exposes the following members.

Show:
 NameDescription
BufferMode

Represents field BufferMode.

ContextSize

Represents field ContextSize.

DecryptFunc

Represents field DecryptFunc.

EncryptFunc

Represents field EncryptFunc.

FinaliseFunc

Represents field FinaliseFunc.

InBlockSize

Represents field InBlockSize.

InitFunc

Represents field InitFunc.

KeyBitsMax

Represents field KeyBitsMax.

KeyBitsMin

Represents field KeyBitsMin.

OutBlockSize

Represents field OutBlockSize.

ShortName

Represents field ShortName.

ValidCipher

Represents field ValidCipher.

Top