EncryptedSize(TCipherType,TCipherPadding,Integer) Method

Represents method EncryptedSize(TCipherType,TCipherPadding,Integer).

Namespace: flcCipher
function EncryptedSize(
 const Cipher: TCipherType; const Padding: TCipherPadding;
 const BufferSize: Integer): Integer;

Parameters

Cipher
Type: TCipherType

Padding
Type: TCipherPadding

BufferSize
Type: Integer

Return Value

Type: Integer