Data.DBXOpenSSL.TRSACypher.PrivateDecrypt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PrivateDecrypt(Data: TArray<Byte>): TArray<Byte>;

C++

System::DynamicArray<System::Byte> __fastcall PrivateDecrypt(System::DynamicArray<System::Byte> Data);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXOpenSSL.pas
Data.DBXOpenSSL.hpp
Data.DBXOpenSSL TRSACypher

Description

Decrypts the specified data using your private key.

The specified data must have been encrypted with your public key.

See Also