![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cX509Crl.h>
Public Member Functions | |
cX509CrlEntry () noexcept | |
~cX509CrlEntry () noexcept | |
void | FreeEntries () noexcept |
HRESULT | ReadCrlEntries (cASNReader &r) |
Public Attributes | |
cASNBufAlloc | m_SerialNumber |
binary CertificateSerialNumber. 32 byte max RFC5280. More... | |
cTimeUnits | m_revocation_date |
Optional Invalidity Date. More... | |
cX509CrlEntry * | m_pNextEnt |
a single "Certificate Revocation List" entry. Contains the CA-specific serial numbers and revocation dates.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
HRESULT GrayLib::cX509CrlEntry::ReadCrlEntries | ( | cASNReader & | r | ) |
Read X.509 CRL Entries
cX509CrlEntry* GrayLib::cX509CrlEntry::m_pNextEnt |
cTimeUnits GrayLib::cX509CrlEntry::m_revocation_date |
Optional Invalidity Date.
cASNBufAlloc GrayLib::cX509CrlEntry::m_SerialNumber |
binary CertificateSerialNumber. 32 byte max RFC5280.