Loading...
Searching...
No Matches
TimestampingResult.h
Go to the documentation of this file.
1//---------------------------------------------------------------------------------------
2// Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
3// Consult legal.txt regarding legal and license information.
4//---------------------------------------------------------------------------------------
5
6#ifndef PDFTRON_H_CPPPDFTimestampingResult
7#define PDFTRON_H_CPPPDFTimestampingResult
8#include <C/PDF/TRN_TimestampingResult.h>
9
10#include <Common/BasicTypes.h>
11#include <Common/UString.h>
12#include <PDF/PDFDoc.h>
13
14namespace pdftron { namespace PDF {
15
17
22{
23public:
24
28
29 void Destroy();
30
31 //methods:
32
38 bool GetStatus() const;
39
47
59
69
79 std::vector<UChar> GetData() const;
80
81#ifdef SWIG
83#endif
84
85#ifndef SWIGHIDDEN
86 TimestampingResult(TRN_TimestampingResult impl);
87 TRN_TimestampingResult m_impl;
88#endif
89
90};
91
92#include <Impl/TimestampingResult.inl>
93} //end pdftron
94} //end PDF
95
96
97#endif //PDFTRON_H_CPPPDFTimestampingResult
TimestampingResult & operator=(const TimestampingResult &other)
EmbeddedTimestampVerificationResult GetResponseVerificationResult() const
TimestampingResult(const TimestampingResult &other)
std::vector< UChar > GetData() const
bool HasResponseVerificationResult() const
TimestampingResult(TRN_TimestampingResult impl)