RSADecrypt(TRSAEncryptionType,TRSAPrivateKey,Void,Integer,Void,Integer) Method
Represents method RSADecrypt(TRSAEncryptionType,TRSAPrivateKey,Void,Integer,Void,Integer).
function RSADecrypt( const EncryptionType: TRSAEncryptionType; const PrivateKey: TRSAPrivateKey; const CipherBuf; const CipherBufSize: Integer; var PlainBuf; const PlainBufSize: Integer): Integer;
Parameters
- EncryptionType
- Type: TRSAEncryptionType
- PrivateKey
- Type: TRSAPrivateKey
- CipherBuf
- Type: System.Void
- CipherBufSize
- Type: Integer
- PlainBuf
- Type: System.Void
- PlainBufSize
- Type: Integer
Return Value
Type: Integer