The Micro C++ Library
micxx::X509CertificateList Class Reference

The X509Certificate class is a list of X509Certificate objects. More...

#include <micxx/Crypt.hxx>

Inherits micxx::traits::ToString.

List of all members.

Public Member Functions

virtual void clear ()
virtual const std::string & getURL () const
virtual void load (const std::string &url)
 Try to load a X.509 certificate chain from URL url using the optional passphrase.
virtual std::string toString () const
 Return a string representation.

Friends

class PKCS12Store

Detailed Description

The X509Certificate class is a list of X509Certificate objects.

Author:
Norbert Klose
Date:
October, 2011

Member Function Documentation

virtual void micxx::X509CertificateList::clear ( ) [virtual]
virtual const std::string& micxx::X509CertificateList::getURL ( ) const [inline, virtual]
    {
         return url;
    }
virtual void micxx::X509CertificateList::load ( const std::string &  url) [virtual]

Try to load a X.509 certificate chain from URL url using the optional passphrase.

Note:
PEM format is simply base64 encoded data surrounded by header lines.
Returns:
Either CryptOK or one of CryptURLOpen or CryptX509Read.
virtual std::string micxx::X509CertificateList::toString ( ) const [virtual]

Return a string representation.

Reimplemented from micxx::traits::ToString.


Friends And Related Function Documentation

friend class PKCS12Store [friend]

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