AESDecrypt(Integer,Void,Integer,Void,Integer,Void,Integer) Method

Represents method AESDecrypt(Integer,Void,Integer,Void,Integer,Void,Integer).

Namespace: flcCipherAES
procedure AESDecrypt(
 const KeySize: Integer;
 const KeyBuf; const KeyBufSize: Integer;
 const DataBuf; const DataBufSize: Integer;
 var CipherBuf; const CipherBufSize: Integer);

Parameters

KeySize
Type: Integer

KeyBuf
Type: System.Void

KeyBufSize
Type: Integer

DataBuf
Type: System.Void

DataBufSize
Type: Integer

CipherBuf
Type: System.Void

CipherBufSize
Type: Integer