RSADecryptStr(TRSAEncryptionType,TRSAPrivateKey,RawByteString) Method

Represents method RSADecryptStr(TRSAEncryptionType,TRSAPrivateKey,RawByteString).

Namespace: flcCipherRSA
function RSADecryptStr(
 const EncryptionType: TRSAEncryptionType;
 const PrivateKey: TRSAPrivateKey;
 const Cipher: RawByteString): RawByteString;

Parameters

EncryptionType
Type: TRSAEncryptionType

PrivateKey
Type: TRSAPrivateKey

Cipher
Type: RawByteString

Return Value

Type: RawByteString