System::Security::Cryptography::DSA::Create method
Contents
[
Hide
]DSA::Create() method
Creates default DSA aglorithm implementation.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create()
ReturnValue
DSA algorithm object.
See Also
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
DSA::Create(const String&) method
Creates default DSA algorithm implementation.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const String &alg_name)
Parameter | Type | Description |
---|---|---|
alg_name | const String& | Must be “System.Security.Cryptography.DSACryptoServiceProvider”. |
ReturnValue
DSA algorithm object.
See Also
- Typedef SharedPtr
- Class DSA
- Class String
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
DSA::Create(int32_t) method
Creates default DSA algorithm implementation with specifed key size.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(int32_t key_size_in_bits)
Parameter | Type | Description |
---|---|---|
key_size_in_bits | int32_t | The key size, in bits. |
See Also
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
DSA::Create(const DSAParameters&) method
Creates default DSA algorithm implementation with specifed parameters.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const DSAParameters ¶meters)
Parameter | Type | Description |
---|---|---|
parameters | const DSAParameters& | The parameters for the DSA algorithm. |
See Also
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++