mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
RSA_SHA1 verification finish
This commit is contained in:
@ -94,6 +94,7 @@ private:
|
||||
bool getMessageDigest(const QByteArray& message, ASN1_OCTET_STRING* encryptedString, RSA* rsa, int& algorithmNID, QByteArray& digest) const;
|
||||
bool getMessageDigestAlgorithm(ASN1_OCTET_STRING* encryptedString, RSA* rsa, int& algorithmNID) const;
|
||||
|
||||
void verifyRSACertificate(PDFSignatureVerificationResult& result) const;
|
||||
void verifyRSASignature(PDFSignatureVerificationResult& result) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user