TOlfCryptDecrypt.ShiftDecrypt Method

Overloads

ShiftDecrypt(TStream)

Delphi
function ShiftDecrypt(const AStream: TStream): TMemoryStream

Parameters

AStream
TStream

Returns

TMemoryStream

ShiftDecrypt(TStream, TIntegerDynArray)

Delphi
class function ShiftDecrypt(const AStream: TStream; const AKeys: TIntegerDynArray): TMemoryStream

Parameters

AStream
TStream
AKeys
TIntegerDynArray

Returns

TMemoryStream

ShiftDecrypt(string, TIntegerDynArray)

Delphi
class function ShiftDecrypt(const ASource: string; const AKeys: TIntegerDynArray): string

Parameters

ASource
string
AKeys
TIntegerDynArray

Returns

string