System::Security::Cryptography::ECDsaBotan::VerifyData method
Contenido
[
Ocultar
]ECDsaBotan::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&) method
Verifica que la firma de los datos especificados sea válida.
bool System::Security::Cryptography::ECDsaBotan::VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature)
| Parámetro | Tipo | Descripción |
|---|---|---|
| datos | const ByteArrayPtr& | Datos firmados. |
| firma | const ByteArrayPtr& | Datos de la firma. devuelve true si la firma es válida, de lo contrario - false. |
Ver también
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Verifica que la firma de los datos especificados sea válida.
bool System::Security::Cryptography::ECDsa::VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parámetro | Tipo | Descripción |
|---|---|---|
| datos | const ByteArrayPtr& | Datos firmados. |
| firma | const ByteArrayPtr& | Datos de la firma. |
| hash_algorithm | const HashAlgorithmName& | Algoritmo hash. devuelve true si la firma es válida, de lo contrario - false. |
Ver también
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::VerifyData(const ByteArrayPtr&, int32_t, int32_t, const ByteArrayPtr&) method
Verifica que la firma de los datos especificados sea válida.
bool System::Security::Cryptography::ECDsaBotan::VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature)
| Parámetro | Tipo | Descripción |
|---|---|---|
| datos | const ByteArrayPtr& | Datos firmados. |
| desplazamiento | int32_t | Desplazamiento en data. |
| count | int32_t | Número de bytes a procesar con hash. |
| firma | const ByteArrayPtr& | Datos de la firma. devuelve true si la firma es válida, de lo contrario - false. |
Ver también
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::VerifyData(const ByteArrayPtr&, int32_t, int32_t, const ByteArrayPtr&, const HashAlgorithmName&) method
Verifica que la firma de los datos especificados sea válida.
bool System::Security::Cryptography::ECDsa::VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parámetro | Tipo | Descripción |
|---|---|---|
| datos | const ByteArrayPtr& | Datos firmados. |
| desplazamiento | int32_t | Desplazamiento en data. |
| count | int32_t | Número de bytes a procesar con hash. |
| firma | const ByteArrayPtr& | Datos de la firma. |
| hash_algorithm | const HashAlgorithmName& | Algoritmo hash. devuelve true si la firma es válida, de lo contrario - false. |
Ver también
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::VerifyData(const StreamPtr&, const ByteArrayPtr&) method
Verifica que la firma del flujo binario especificado sea válida.
bool System::Security::Cryptography::ECDsaBotan::VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const StreamPtr& | Datos firmados. |
| firma | const ByteArrayPtr& | Datos de la firma. devuelve true si la firma es válida, de lo contrario - false. |
Ver también
- Typedef StreamPtr
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::VerifyData(const StreamPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Verifica que la firma del flujo binario especificado sea válida.
bool System::Security::Cryptography::ECDsa::VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const StreamPtr& | Datos firmados. |
| firma | const ByteArrayPtr& | Datos de la firma. |
| hash_algorithm | const HashAlgorithmName& | Algoritmo hash. devuelve true si la firma es válida, de lo contrario - false. |
Ver también
- Typedef StreamPtr
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++