API:Data.DBXOpenSSL.TRSACypher.GenerateKey
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXOpenSSL.pas Data.DBXOpenSSL.hpp
| |
Unit: Data.DBXOpenSSL | |
Parent: TRSACypher |
Delphi
procedure GenerateKey(keyLength: Integer = RSA_KEY_LENGTH; Exponent: int64 = RSA_KEY_EXPONENT);
C++
void __fastcall GenerateKey(int keyLength = 0x400, __int64 Exponent = 3LL);
Description
Embarcadero Technologies does not currently have any additional information.