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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 곡선 | 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++