RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString) Method
Represents method RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString).
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