#include <RevokedCertificate.h>
◆ ReasonCode
Enumerator |
---|
UNSPECIFIED | |
KEY_COMPROMISE | |
CA_COMPROMISE | |
AFFILIATION_CHANGED | |
SUPER_SEDED | |
CESSATION_OF_OPERATION | |
CERTIFICATE_HOLD | |
PRIVILEGE_WITH_DRAWN | |
AACOMPROMISE | |
◆ RevokedCertificate() [1/2]
RevokedCertificate::RevokedCertificate |
( |
| ) |
|
◆ RevokedCertificate() [2/2]
RevokedCertificate::RevokedCertificate |
( |
X509_REVOKED * |
revoked | ) |
|
◆ ~RevokedCertificate()
RevokedCertificate::~RevokedCertificate |
( |
| ) |
|
|
virtual |
◆ getCertificateSerialNumber()
long RevokedCertificate::getCertificateSerialNumber |
( |
| ) |
|
◆ getCertificateSerialNumberBigInt()
BigInteger RevokedCertificate::getCertificateSerialNumberBigInt |
( |
| ) |
|
◆ getReasonCode()
◆ getRevocationDate()
DateTime RevokedCertificate::getRevocationDate |
( |
| ) |
|
◆ getX509Revoked()
X509_REVOKED * RevokedCertificate::getX509Revoked |
( |
| ) |
|
◆ getXmlEncoded() [1/2]
std::string RevokedCertificate::getXmlEncoded |
( |
| ) |
|
◆ getXmlEncoded() [2/2]
std::string RevokedCertificate::getXmlEncoded |
( |
std::string |
tab | ) |
|
◆ reasonCode2Name()
◆ setCertificateSerialNumber() [1/2]
void RevokedCertificate::setCertificateSerialNumber |
( |
long |
certificateSerialNumber | ) |
|
throw | ( | BigIntegerException |
| ) | | |
◆ setCertificateSerialNumber() [2/2]
void RevokedCertificate::setCertificateSerialNumber |
( |
BigInteger |
certificateSerialNumber | ) |
|
◆ setReasonCode()
◆ setRevocationDate()
void RevokedCertificate::setRevocationDate |
( |
DateTime & |
revocationDate | ) |
|
◆ certificateSerialNumber
BigInteger RevokedCertificate::certificateSerialNumber |
|
protected |
◆ reasonCode
◆ revocationDate
DateTime RevokedCertificate::revocationDate |
|
protected |
The documentation for this class was generated from the following files: