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++