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