35 virtual std::string getMediaType()
const;
36 std::vector<std::string> referenceDigestMethods()
const;
53 void checkSignedInfo() const throw(SignatureException);
54 void checkSignatureMethod() const throw(SignatureException);
55 void checkReferences() const throw(SignatureException);
56 void checkSignatureValue() const throw(SignatureException);
57 void checkSigningCertificate() const throw(SignatureException);
58 void checkKeyInfo() const throw(SignatureException);
59 void checkQualifyingProperties() const throw(SignatureException);
60 void checkSignedSignatureProperties() const throw(SignatureException);
62 bool isReferenceToSigProps(const digidoc::dsig::ReferenceType& refType) const throw(SignatureException);
63 void checkReferenceToSigProps(const digidoc::dsig::ReferenceType& refType) const throw(SignatureException);
64 void checkReferencesToDocs(dsig::SignedInfoType::ReferenceSequence& refSeq) const throw(SignatureException);
65 void checkDocumentRefDigest(
Document& doc, const std::
string& documentFileName, const dsig::ReferenceType& refType) const throw(SignatureException);