System::Security::Cryptography::ECDsa::Create method
Contents
[
Hide
]ECDsa::Create() method
Creates default ECDSA aglorithm implementation.
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create()
ReturnValue
ECDSA algorithm object.
See Also
- Typedef SharedPtr
- Class ECDsa
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
ECDsa::Create(const ECCurve&) method
Creates default ECDSA aglorithm implementation with newly created key over the specified curve.
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create(const ECCurve &curve)
Parameter | Type | Description |
---|---|---|
curve | const ECCurve& | Curve to use for key creation. |
ReturnValue
ECDSA algorithm object.
See Also
- Typedef SharedPtr
- Class ECDsa
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
ECDsa::Create(const ECParameters&) method
Creates default ECDSA aglorithm implementation using the specified parameters.
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create(const ECParameters ¶meters)
Parameter | Type | Description |
---|---|---|
parameters | const ECParameters& | Parameters representing the key. |
ReturnValue
ECDSA algorithm object.
See Also
- Typedef SharedPtr
- Class ECDsa
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
ECDsa::Create(const String&) method
Creates specified ECDSA aglorithm implementation.
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create(const String &algorithm)
Parameter | Type | Description |
---|---|---|
algorithm | const String& | Algorithm name. |
ReturnValue
ECDSA algorithm object.
See Also
- Typedef SharedPtr
- Class ECDsa
- Class String
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++