System::Security::Cryptography::ECDsa::Create メソッド
コンテンツ
[
隠れる
]ECDsa::Create() method
デフォルトの ECDSA アルゴリズム実装を作成します。
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create()
ReturnValue
ECDSA アルゴリズム オブジェクト。
参照
- Typedef SharedPtr
- Class ECDsa
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::Create(const ECCurve&) method
指定された曲線上に新しく作成したキーを使用して、デフォルトの ECDSA アルゴリズム実装を作成します。
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create(const ECCurve &curve)
| パラメーター | 型 | 説明 |
|---|---|---|
| curve | const ECCurve& | キー作成に使用する曲線。 |
ReturnValue
ECDSA アルゴリズム オブジェクト。
参照
- Typedef SharedPtr
- Class ECDsa
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::Create(const ECParameters&) method
指定されたパラメータを使用して、デフォルトの ECDSA アルゴリズム実装を作成します。
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create(const ECParameters ¶meters)
| パラメーター | 型 | 説明 |
|---|---|---|
| パラメーター | const ECParameters& | キーを表すパラメータ。 |
ReturnValue
ECDSA アルゴリズム オブジェクト。
参照
- Typedef SharedPtr
- Class ECDsa
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::Create(const String&) method
指定された ECDSA アルゴリズム実装を作成します。
static SharedPtr<ECDsa> System::Security::Cryptography::ECDsa::Create(const String &algorithm)
| パラメーター | 型 | 説明 |
|---|---|---|
| アルゴリズム | const String& | アルゴリズム名。 |
ReturnValue
ECDSA アルゴリズム オブジェクト。
参照
- Typedef SharedPtr
- Class ECDsa
- Class String
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++