System::Security::Cryptography::ECDsaBotan::VerifyData Methode
Inhalt
[
Ausblenden
]ECDsaBotan::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&) method
Überprüft, ob die Signatur der angegebenen Daten gültig ist.
bool System::Security::Cryptography::ECDsaBotan::VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const ByteArrayPtr& | Signierte Daten. |
| Signatur | const ByteArrayPtr& | Signaturdaten. Gibt true zurück, wenn die Signatur gültig ist, sonst false. |
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Überprüft, ob die Signatur der angegebenen Daten gültig ist.
bool System::Security::Cryptography::ECDsa::VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const ByteArrayPtr& | Signierte Daten. |
| Signatur | const ByteArrayPtr& | Signaturdaten. |
| hash_algorithm | const HashAlgorithmName& | Hash-Algorithmus. Gibt true zurück, wenn die Signatur gültig ist, andernfalls false. |
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::VerifyData(const ByteArrayPtr&, int32_t, int32_t, const ByteArrayPtr&) method
Überprüft, ob die Signatur der angegebenen Daten gültig ist.
bool System::Security::Cryptography::ECDsaBotan::VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const ByteArrayPtr& | Signierte Daten. |
| Offset | int32_t | Versatz in data. |
| count | int32_t | Anzahl der zu hashenden Bytes. |
| Signatur | const ByteArrayPtr& | Signaturdaten. Gibt true zurück, wenn die Signatur gültig ist, sonst false. |
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::VerifyData(const ByteArrayPtr&, int32_t, int32_t, const ByteArrayPtr&, const HashAlgorithmName&) method
Überprüft, ob die Signatur der angegebenen Daten gültig ist.
bool System::Security::Cryptography::ECDsa::VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const ByteArrayPtr& | Signierte Daten. |
| Offset | int32_t | Versatz in data. |
| count | int32_t | Anzahl der zu hashenden Bytes. |
| Signatur | const ByteArrayPtr& | Signaturdaten. |
| hash_algorithm | const HashAlgorithmName& | Hash-Algorithmus. Gibt true zurück, wenn die Signatur gültig ist, andernfalls false. |
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::VerifyData(const StreamPtr&, const ByteArrayPtr&) method
Überprüft, ob die Signatur des angegebenen Binärstroms gültig ist.
bool System::Security::Cryptography::ECDsaBotan::VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | const StreamPtr& | Signierte Daten. |
| Signatur | const ByteArrayPtr& | Signaturdaten. Gibt true zurück, wenn die Signatur gültig ist, sonst false. |
Siehe auch
- Typedef StreamPtr
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::VerifyData(const StreamPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Überprüft, ob die Signatur des angegebenen Binärstroms gültig ist.
bool System::Security::Cryptography::ECDsa::VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | const StreamPtr& | Signierte Daten. |
| Signatur | const ByteArrayPtr& | Signaturdaten. |
| hash_algorithm | const HashAlgorithmName& | Hash-Algorithmus. Gibt true zurück, wenn die Signatur gültig ist, andernfalls false. |
Siehe auch
- Typedef StreamPtr
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++