TCipherState Record

Represents type TCipherState.

Namespace: flcCipher
type
 TCipherState = record
 end;

The TCipherState type exposes the following members.

Show:
 NameDescription
Cipher

Represents field Cipher.

CipherInfo

Represents field CipherInfo.

Context

Represents field Context.

KeyBits

Represents field KeyBits.

Mode

Represents field Mode.

Operation

Represents field Operation.

Padding

Represents field Padding.

Top