RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString) Method

Represents method RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString).

Namespace: flcCipherRSA
function RSAEncryptStr(
 const EncryptionType: TRSAEncryptionType;
 const PublicKey: TRSAPublicKey;
 const Plain: RawByteString): RawByteString;

Parameters

EncryptionType
Type: TRSAEncryptionType

PublicKey
Type: TRSAPublicKey

Plain
Type: RawByteString

Return Value

Type: RawByteString