6 #ifndef PDFTRON_H_CPPPDFTrustVerificationResult
7 #define PDFTRON_H_CPPPDFTrustVerificationResult
8 #include <C/PDF/TRN_TrustVerificationResult.h>
16 namespace pdftron {
namespace PDF {
17 class EmbeddedTimestampVerificationResult;
84 std::vector<Crypto::X509Certificate>
GetCertPath()
const;
105 #include <Impl/TrustVerificationResult.inl>
107 #endif //PDFTRON_H_CPPPDFTrustVerificationResult
~TrustVerificationResult()
EmbeddedTimestampVerificationResult GetEmbeddedTimestampVerificationResult()
TrustVerificationResult(const TrustVerificationResult &other)
UString GetResultString() const
Int64 GetTimeOfTrustVerification() const
bool HasEmbeddedTimestampVerificationResult() const
VerificationOptions::TimeMode GetTimeOfTrustVerificationEnum() const
bool WasSuccessful() const
TRN_TrustVerificationResult m_impl
TrustVerificationResult & operator=(const TrustVerificationResult &other)
std::vector< Crypto::X509Certificate > GetCertPath() const