System::Security::Cryptography::RSA::Create metodo
Contenuti
[
Nascondere
]RSA::Create() method
Crea l’implementazione predefinita dell’algoritmo RSA.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
Vedi anche
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(const RSAParameters&) method
Crea l’implementazione predefinita dell’algoritmo RSA con parametri specificati.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| Parametro | Tipo | Descrizione |
|---|---|---|
| parameters | const RSAParameters& | I parametri per l’algoritmo RSA. |
Vedi anche
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(const String&) method
Crea l’implementazione predefinita dell’algoritmo RSA.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| Parametro | Tipo | Descrizione |
|---|---|---|
| alg_name | const String& | Deve essere “System.Security.Cryptography.RSACryptoServiceProvider”. |
Vedi anche
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(int32_t) method
Crea l’implementazione predefinita dell’algoritmo RSA con dimensione della chiave specificata.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| Parametro | Tipo | Descrizione |
|---|---|---|
| key_size_in_bits | int32_t | La dimensione della chiave, in bit. |
Vedi anche
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++