System::Security::Cryptography::ECDsaBotan::SignData 메서드
내용물
[
숨다
]ECDsaBotan::SignData(const ByteArrayPtr&) method
지정된 데이터 배열의 해시 값을 계산하고, 결과에 서명합니다.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 데이터 | const ByteArrayPtr& | 입력 데이터 배열. 입력 데이터에 대한 ECDSA 서명을 반환합니다. |
또 보기
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
RTTI 정보.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
또 보기
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const ByteArrayPtr&, int32_t, int32_t) method
지정된 데이터 배열의 해시 값을 계산하고, 결과에 서명합니다.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 데이터 | const ByteArrayPtr& | 입력 데이터 배열. |
| offset | int32_t | data의 오프셋. |
| count | int32_t | 입력 데이터로 사용할 바이트 수. 입력 데이터에 대한 ECDSA 서명을 반환합니다. |
또 보기
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
RTTI 정보.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
또 보기
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const StreamPtr&) method
지정된 바이너리 스트림의 해시 값을 계산하고, 결과에 서명합니다.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const StreamPtr &stream)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 스트림 | const StreamPtr& | 바이너리 스트림. 입력 데이터에 대한 ECDSA 서명을 반환합니다. |
또 보기
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const StreamPtr&, const HashAlgorithmName&) method
RTTI 정보.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
또 보기
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++