flcCipher Namespace
Represents namespace flcCipher
.
Name | Description | |
---|---|---|
TCipherInfo | Represents type | |
TCipherState | Represents type |
Name | Description | |
---|---|---|
TCipherBufferMode | Represents type | |
TCipherMode | Represents type | |
TCipherOperation | Represents type | |
TCipherPadding | Represents type | |
TCipherType | Represents type |
Name | Description | |
---|---|---|
TCipherBufferFunc | Represents type | |
TCipherFinaliseFunc | Represents type | |
TCipherInitFunc | Represents type |
Name | Description | |
---|---|---|
PCipherInfo | Represents a pointer type to TCipherInfo. |
Name | Description | |
---|---|---|
CipherStateSize | Represents constant | |
MaxCipherContextSize | Represents constant |
Name | Description | |
---|---|---|
Decrypt(TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer) | Overloaded. Represents method | |
Decrypt(TCipherType,TCipherMode,TCipherPadding,Integer,RawByteString,RawByteString,RawByteString) | Overloaded. Represents method | |
DecryptBuf(TCipherState,Pointer,Integer,Pointer,Integer) | Represents method | |
DecryptFinalise(TCipherState) | Represents method | |
DecryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer) | Represents method | |
Encrypt(TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer,Pointer,Integer) | Overloaded. Represents method | |
Encrypt(TCipherType,TCipherMode,TCipherPadding,Integer,RawByteString,RawByteString,RawByteString) | Overloaded. Represents method | |
EncryptBuf(TCipherState,Pointer,Integer,Pointer,Integer,Pointer,Integer) | Represents method | |
EncryptedSize(TCipherType,TCipherPadding,Integer) | Represents method | |
EncryptFinalise(TCipherState) | Represents method | |
EncryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer) | Represents method | |
GetCipherInfo(TCipherType) | Represents method |