#include <xmltooling/security/XSECCryptoX509CRL.h>
Inheritance diagram for xmltooling::XSECCryptoX509CRL:

Public Member Functions | |
| virtual const XMLCh * | getProviderName () const =0 |
| Returns a string that identifies the crypto owner of this library. | |
| virtual XSECCryptoX509CRL * | clone () const =0 |
| Returns a duplicate of the original object. | |
| virtual void | loadX509CRLBase64Bin (const char *buf, unsigned int len)=0 |
| Load a Base64-encoded CRL into the object. | |
| void | loadX509CRLPEM (const char *buf, unsigned int len=0) |
| Load a PEM encoded CRL into the object. | |
| virtual safeBuffer & | getDEREncodingSB (void)=0 |
| Get a Base64 DER encoded copy of the CRL. | |
|
|
Returns a duplicate of the original object.
Implemented in xmltooling::OpenSSLCryptoX509CRL. |
|
|
Get a Base64 DER encoded copy of the CRL.
Implemented in xmltooling::OpenSSLCryptoX509CRL. |
|
|
Returns a string that identifies the crypto owner of this library.
Implemented in xmltooling::OpenSSLCryptoX509CRL. |
|
||||||||||||
|
Load a Base64-encoded CRL into the object.
Implemented in xmltooling::OpenSSLCryptoX509CRL. |
|
||||||||||||
|
Load a PEM encoded CRL into the object.
|
1.4.6