Loading...
Searching...
No Matches
X501AttributeTypeAndValue.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_CPPPDFX501AttributeTypeAndValue
7#define PDFTRON_H_CPPPDFX501AttributeTypeAndValue
8#include <C/Crypto/TRN_X501AttributeTypeAndValue.h>
9
10#include <Common/BasicTypes.h>
11#include <Common/UString.h>
12#include <PDF/PDFDoc.h>
14
15namespace pdftron { namespace Crypto {
16
17
22{
23public:
26
27 void Destroy();
28
29 //methods:
30
37
44
46
47#ifdef SWIG
49#endif
50
51#ifndef SWIGHIDDEN
52 X501AttributeTypeAndValue(TRN_X501AttributeTypeAndValue impl);
53 TRN_X501AttributeTypeAndValue m_impl;
54#endif
55
56private:
57
58#ifndef SWIGHIDDEN
59 mutable bool m_owner;
60#endif
61};
62
63#include <Impl/X501AttributeTypeAndValue.inl>
64} //end Crypto
65} //end pdftron
66
67
68#endif //PDFTRON_H_CPPPDFX501AttributeTypeAndValue
X501AttributeTypeAndValue(const X501AttributeTypeAndValue &other)
ObjectIdentifier GetAttributeTypeOID() const
X501AttributeTypeAndValue & operator=(const X501AttributeTypeAndValue &other)
X501AttributeTypeAndValue(TRN_X501AttributeTypeAndValue impl)