System::Security::Cryptography::DSACryptoServiceProvider::SignData method
Contents
[
Hide
]DSACryptoServiceProvider::SignData(const ByteArrayPtr&) method
Computes the signature of specified input value.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer)
Parameter | Type | Description |
---|---|---|
buffer | const ByteArrayPtr& | Buffer to read input data from. |
ReturnValue
DSA signature for specified data.
See Also
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t) method
Computes the signature of specified input value.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer, int32_t offset, int32_t count)
Parameter | Type | Description |
---|---|---|
buffer | const ByteArrayPtr& | Buffer to read input data from. |
offset | int32_t | Input buffer slice beginning index. |
count | int32_t | Input buffer slice size. |
ReturnValue
DSA signature for specified data.
See Also
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
RTTI information.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
See Also
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
RTTI information.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
See Also
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream>&) method
Computes the signature of specified input value.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream> &input_stream)
Parameter | Type | Description |
---|---|---|
input_stream | const SharedPtr<IO::Stream>& | Stream to read data being signed from. |
ReturnValue
DSA signature for specified data.
See Also
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Stream
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
DSACryptoServiceProvider::SignData(const StreamPtr&, const HashAlgorithmName&) method
RTTI information.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
See Also
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++