The Micro C++ Library
|
The X509Certificate class is a list of X509Certificate objects. More...
#include <micxx/Crypt.hxx>
Inherits micxx::traits::ToString.
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 |
The X509Certificate class is a list of X509Certificate objects.
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.
virtual std::string micxx::X509CertificateList::toString | ( | ) | const [virtual] |
Return a string representation.
Reimplemented from micxx::traits::ToString.
friend class PKCS12Store [friend] |