System::Security::Cryptography::RSA::Create メソッド
コンテンツ
[
隠れる
]RSA::Create() method
デフォルトの RSA アルゴリズム実装を作成します。
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
参照
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const RSAParameters&) method
指定されたパラメーターでデフォルトの RSA アルゴリズム実装を作成します。
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| パラメーター | 型 | 説明 |
|---|---|---|
| parameters | const RSAParameters& | RSA アルゴリズムのパラメーター。 |
参照
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const String&) method
デフォルトの RSA アルゴリズム実装を作成します。
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| パラメーター | 型 | 説明 |
|---|---|---|
| alg_name | const String& | Must be “System.Security.Cryptography.RSACryptoServiceProvider"である必要があります。 |
参照
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(int32_t) method
指定された鍵サイズでデフォルトの RSA アルゴリズム実装を作成します。
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| パラメーター | 型 | 説明 |
|---|---|---|
| key_size_in_bits | int32_t | 鍵サイズ(ビット単位)。 |
参照
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++