QtBase  v6.3.1
Public Member Functions | List of all members
QT_BEGIN_NAMESPACE::X509Stack Class Reference

Public Member Functions

 X509Stack (const QList< QSslCertificate > &chain)
 
 ~X509Stack ()
 
int size () const
 
X509 * operator[] (int index) const
 
 operator STACK_OF (X509) *() const
 

Detailed Description

Definition at line 79 of file tst_qocsp.cpp.

Constructor & Destructor Documentation

◆ X509Stack()

QT_BEGIN_NAMESPACE::X509Stack::X509Stack ( const QList< QSslCertificate > &  chain)
explicit

Definition at line 95 of file tst_qocsp.cpp.

Here is the call graph for this function:

◆ ~X509Stack()

QT_BEGIN_NAMESPACE::X509Stack::~X509Stack ( )

Definition at line 113 of file tst_qocsp.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ operator STACK_OF()

QT_BEGIN_NAMESPACE::X509Stack::operator STACK_OF ( X509  ) const

Definition at line 131 of file tst_qocsp.cpp.

Here is the call graph for this function:

◆ operator[]()

X509 * QT_BEGIN_NAMESPACE::X509Stack::operator[] ( int  index) const

Definition at line 126 of file tst_qocsp.cpp.

Here is the call graph for this function:

◆ size()

int QT_BEGIN_NAMESPACE::X509Stack::size ( ) const

Definition at line 119 of file tst_qocsp.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

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