RSAPrivateKeyAssignBuf(TRSAPrivateKey,Integer,Void,Integer,Void,Integer,Boolean) Method

Represents method RSAPrivateKeyAssignBuf(TRSAPrivateKey,Integer,Void,Integer,Void,Integer,Boolean).

Namespace: flcCipherRSA
procedure RSAPrivateKeyAssignBuf(var Key: TRSAPrivateKey;
 const KeySize: Integer;
 const ModBuf; const ModBufSize: Integer;
 const ExpBuf; const ExpBufSize: Integer;
 const ReverseByteOrder: Boolean);

Parameters

Key
Type: TRSAPrivateKey

KeySize
Type: Integer

ModBuf
Type: System.Void

ModBufSize
Type: Integer

ExpBuf
Type: System.Void

ExpBufSize
Type: Integer

ReverseByteOrder
Type: Boolean