Loading...
Searching...
No Matches
pdftron::Crypto::X501AttributeTypeAndValue Class Reference

#include <X501AttributeTypeAndValue.h>

Public Member Functions

 X501AttributeTypeAndValue (const X501AttributeTypeAndValue &other)
X501AttributeTypeAndValueoperator= (const X501AttributeTypeAndValue &other)
void Destroy ()
ObjectIdentifier GetAttributeTypeOID () const
UString GetStringValue () const
 ~X501AttributeTypeAndValue ()
 X501AttributeTypeAndValue (TRN_X501AttributeTypeAndValue impl)

Public Attributes

TRN_X501AttributeTypeAndValue m_impl

Detailed Description

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.

Constructor & Destructor Documentation

◆ X501AttributeTypeAndValue() [1/2]

pdftron::Crypto::X501AttributeTypeAndValue::X501AttributeTypeAndValue ( const X501AttributeTypeAndValue & other)

◆ ~X501AttributeTypeAndValue()

pdftron::Crypto::X501AttributeTypeAndValue::~X501AttributeTypeAndValue ( )

◆ X501AttributeTypeAndValue() [2/2]

pdftron::Crypto::X501AttributeTypeAndValue::X501AttributeTypeAndValue ( TRN_X501AttributeTypeAndValue impl)

Member Function Documentation

◆ Destroy()

void pdftron::Crypto::X501AttributeTypeAndValue::Destroy ( )

◆ GetAttributeTypeOID()

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.

Returns
an ObjectIdentifier object.

◆ GetStringValue()

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.

Returns
a string containing the string value.

◆ operator=()

X501AttributeTypeAndValue & pdftron::Crypto::X501AttributeTypeAndValue::operator= ( const X501AttributeTypeAndValue & other)

Member Data Documentation

◆ m_impl

TRN_X501AttributeTypeAndValue pdftron::Crypto::X501AttributeTypeAndValue::m_impl

Definition at line 53 of file X501AttributeTypeAndValue.h.


The documentation for this class was generated from the following file: