#include <X501AttributeTypeAndValue.h>
Public Member Functions | |
| X501AttributeTypeAndValue (const X501AttributeTypeAndValue &other) | |
| X501AttributeTypeAndValue & | operator= (const X501AttributeTypeAndValue &other) |
| void | Destroy () |
| ObjectIdentifier | GetAttributeTypeOID () const |
| UString | GetStringValue () const |
| ~X501AttributeTypeAndValue () | |
| X501AttributeTypeAndValue (TRN_X501AttributeTypeAndValue impl) | |
Public Attributes | |
| TRN_X501AttributeTypeAndValue | m_impl |
This class represents an AttributeTypeAndValue as mentioned in RFC 5280 in the context of DistinguishedNames and as defined in ITU X.501.
Definition at line 21 of file X501AttributeTypeAndValue.h.
| pdftron::Crypto::X501AttributeTypeAndValue::X501AttributeTypeAndValue | ( | const X501AttributeTypeAndValue & | other | ) |
| pdftron::Crypto::X501AttributeTypeAndValue::~X501AttributeTypeAndValue | ( | ) |
| pdftron::Crypto::X501AttributeTypeAndValue::X501AttributeTypeAndValue | ( | TRN_X501AttributeTypeAndValue | impl | ) |
| void pdftron::Crypto::X501AttributeTypeAndValue::Destroy | ( | ) |
| ObjectIdentifier pdftron::Crypto::X501AttributeTypeAndValue::GetAttributeTypeOID | ( | ) | const |
Retrieves the OID (i.e. one of the object identifiers from the X.500 attribute types) in the form of integer components in a container.
| UString pdftron::Crypto::X501AttributeTypeAndValue::GetStringValue | ( | ) | const |
Retrieves the value associated with the contained OID (object identifier) as a string, if the value is defined by the OID to be of a string type.
| X501AttributeTypeAndValue& pdftron::Crypto::X501AttributeTypeAndValue::operator= | ( | const X501AttributeTypeAndValue & | other | ) |
| TRN_X501AttributeTypeAndValue pdftron::Crypto::X501AttributeTypeAndValue::m_impl |
Definition at line 53 of file X501AttributeTypeAndValue.h.