TOlfCryptDecrypt.Create Constructor

Overloads

Create

Create an instance of TOlfCryptDecrypt class

Create(TByteDynArray)

Create an instance of TOlfCryptDecrypt class and fill its key buffer as bytes

Create(TIntegerDynArray)

Create an instance of TOlfCryptDecrypt class and fill its key buffer as integers

Create

Create an instance of TOlfCryptDecrypt class

Delphi
constructor Create

Create(TByteDynArray)

Create an instance of TOlfCryptDecrypt class and fill its key buffer as bytes

Delphi
constructor Create(const AKeys: TByteDynArray)

Parameters

AKeys
TByteDynArray

Create(TIntegerDynArray)

Create an instance of TOlfCryptDecrypt class and fill its key buffer as integers

Delphi
constructor Create(const AKeys: TIntegerDynArray)

Parameters

AKeys
TIntegerDynArray