Qt Cryptographic Architecture
Public Member Functions | List of all members
QCA::CertificateInfoPair Class Reference

#include <QtCrypto>

Public Member Functions

 CertificateInfoPair ()
 
 CertificateInfoPair (const CertificateInfoType &type, const QString &value)
 
 CertificateInfoPair (const CertificateInfoPair &from)
 
bool operator!= (const CertificateInfoPair &other) const
 
CertificateInfoPairoperator= (const CertificateInfoPair &from)
 
bool operator== (const CertificateInfoPair &other) const
 
CertificateInfoType type () const
 
QString value () const
 

Detailed Description

One entry in a certificate information list.

Constructor & Destructor Documentation

QCA::CertificateInfoPair::CertificateInfoPair ( )

Standard constructor.

QCA::CertificateInfoPair::CertificateInfoPair ( const CertificateInfoType type,
const QString &  value 
)

Construct a new pair.

Parameters
typethe type of information stored in this pair
valuethe value of the information to be stored
QCA::CertificateInfoPair::CertificateInfoPair ( const CertificateInfoPair from)

Standard copy constructor.

Parameters
fromthe information pair to copy from

Member Function Documentation

CertificateInfoPair& QCA::CertificateInfoPair::operator= ( const CertificateInfoPair from)

Standard assignment operator.

Parameters
fromthe information pair to assign from
CertificateInfoType QCA::CertificateInfoPair::type ( ) const

The type of information stored in the pair.

QString QCA::CertificateInfoPair::value ( ) const

The value of the information stored in the pair.

bool QCA::CertificateInfoPair::operator== ( const CertificateInfoPair other) const

Comparison operator.

Parameters
otherthe certificate information pair to compare with this certificate information pair.
bool QCA::CertificateInfoPair::operator!= ( const CertificateInfoPair other) const
inline

Inequality operator.

Parameters
otherthe certificate information pair to compare with this certificate information pair.

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