Data.DBXOpenSSL.TRSACypher.PrivateDecrypt
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXOpenSSL.pas Data.DBXOpenSSL.hpp
| |
Unit: Data.DBXOpenSSL | |
Parent: TRSACypher |
Delphi
function PrivateDecrypt(Data: TArray<Byte>): TArray<Byte>;
C++
System::DynamicArray<System::Byte> __fastcall PrivateDecrypt(System::DynamicArray<System::Byte> Data);
Description
Decrypts the specified data using your private key.
The specified data must have been encrypted with your public key.