#include <xmltooling/security/OpenSSLCryptoX509CRL.h>
Inheritance diagram for xmltooling::OpenSSLCryptoX509CRL:
Public Member Functions | |
OpenSSLCryptoX509CRL () | |
Default constructor. | |
const XMLCh * | getProviderName () const |
Returns a string that identifies the crypto owner of this library. | |
void | loadX509CRLBase64Bin (const char *buf, unsigned int len) |
Load a Base64-encoded CRL into the object. | |
safeBuffer & | getDEREncodingSB () |
Get a Base64 DER encoded copy of the CRL. | |
OpenSSLCryptoX509CRL (X509_CRL *x) | |
Constructor. | |
X509_CRL * | getOpenSSLX509CRL () |
Returns native CRL object. | |
XSECCryptoX509CRL * | clone () const |
Returns a duplicate of the original object. |
|
Constructor.
|
|
Returns a duplicate of the original object.
Implements xmltooling::XSECCryptoX509CRL. |
|
Get a Base64 DER encoded copy of the CRL.
Implements xmltooling::XSECCryptoX509CRL. |
|
Returns native CRL object.
|
|
Returns a string that identifies the crypto owner of this library.
Implements xmltooling::XSECCryptoX509CRL. |
|
Load a Base64-encoded CRL into the object.
Implements xmltooling::XSECCryptoX509CRL. |