flcCipher Namespace

Represents namespace flcCipher.

 NameDescription
TCipherInfo

Represents type TCipherInfo.

TCipherState

Represents type TCipherState.

Top
 NameDescription
TCipherBufferMode

Represents type TCipherBufferMode.

TCipherMode

Represents type TCipherMode.

TCipherOperation

Represents type TCipherOperation.

TCipherPadding

Represents type TCipherPadding.

TCipherType

Represents type TCipherType.

Top
 NameDescription
TCipherBufferFunc

Represents type TCipherBufferFunc.

TCipherFinaliseFunc

Represents type TCipherFinaliseFunc.

TCipherInitFunc

Represents type TCipherInitFunc.

Top
 NameDescription
PCipherInfo

Represents a pointer type to TCipherInfo.

Top
 NameDescription
CipherStateSize

Represents constant CipherStateSize.

MaxCipherContextSize

Represents constant MaxCipherContextSize.

Top
 NameDescription
Decrypt(TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer)

Overloaded. Represents method Decrypt(TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer).

Decrypt(TCipherType,TCipherMode,TCipherPadding,Integer,RawByteString,RawByteString,RawByteString)

Overloaded. Represents method Decrypt(TCipherType,TCipherMode,TCipherPadding,Integer,RawByteString,RawByteString,RawByteString).

DecryptBuf(TCipherState,Pointer,Integer,Pointer,Integer)

Represents method DecryptBuf(TCipherState,Pointer,Integer,Pointer,Integer).

DecryptFinalise(TCipherState)

Represents method DecryptFinalise(TCipherState).

DecryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer)

Represents method DecryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer).

Encrypt(TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer)

Overloaded. Represents method Encrypt(TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer).

Encrypt(TCipherType,TCipherMode,TCipherPadding,Integer,RawByteString,RawByteString,RawByteString)

Overloaded. Represents method Encrypt(TCipherType,TCipherMode,TCipherPadding,Integer,RawByteString,RawByteString,RawByteString).

EncryptBuf(TCipherState,Pointer,Integer,Pointer,Integer,Pointer,Integer)

Represents method EncryptBuf(TCipherState,Pointer,Integer,Pointer,Integer,Pointer,Integer).

EncryptedSize(TCipherType,TCipherPadding,Integer)

Represents method EncryptedSize(TCipherType,TCipherPadding,Integer).

EncryptFinalise(TCipherState)

Represents method EncryptFinalise(TCipherState).

EncryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer)

Represents method EncryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer).

GetCipherInfo(TCipherType)

Represents method GetCipherInfo(TCipherType).

Top