xmltooling  1.4.2
xmltooling::OpenSSLCryptoX509CRL Class Reference

OpenSSL-based class for handling X.509 CRLs. More...

#include <xmltooling/security/OpenSSLCryptoX509CRL.h>

List of all members.

Public Member Functions

 OpenSSLCryptoX509CRL ()
 Default constructor.
const XMLCh * getProviderName () const
void loadX509CRLBase64Bin (const char *buf, unsigned int len)
safeBuffer & getDEREncodingSB ()
 OpenSSLCryptoX509CRL (X509_CRL *x)
 Constructor.
X509_CRL * getOpenSSLX509CRL ()
 Returns native CRL object.
XSECCryptoX509CRL * clone () const

Detailed Description

OpenSSL-based class for handling X.509 CRLs.


Constructor & Destructor Documentation

Constructor.

Parameters:
xa native CRL object

Member Function Documentation

Returns native CRL object.

Returns:
native CRL object, or nullptr

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