RSAEncrypt(TRSAEncryptionType,TRSAPublicKey,Void,Integer,Void,Integer) Method
Represents method RSAEncrypt(TRSAEncryptionType,TRSAPublicKey,Void,Integer,Void,Integer).
function RSAEncrypt( const EncryptionType: TRSAEncryptionType; const PublicKey: TRSAPublicKey; const PlainBuf; const PlainBufSize: Integer; var CipherBuf; const CipherBufSize: Integer): Integer;
Parameters
- EncryptionType
- Type: TRSAEncryptionType
- PublicKey
- Type: TRSAPublicKey
- PlainBuf
- Type: System.Void
- PlainBufSize
- Type: Integer
- CipherBuf
- Type: System.Void
- CipherBufSize
- Type: Integer
Return Value
Type: Integer