Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_x509.h>
Public Attributes | |
RX509AlgorithmIdentifier | signature |
RX509Name | issuer |
RASN1String * | lastUpdate |
RASN1String * | nextUpdate |
ut32 | length |
RX509CRLEntry ** | revokedCertificates |
RX509Name rz_x509_certificaterevocationlist::issuer |
Definition at line 102 of file rz_x509.h.
Referenced by rz_x509_crl_json(), rz_x509_crl_to_string(), rz_x509_free_crl(), and rz_x509_parse_crl().
RASN1String* rz_x509_certificaterevocationlist::lastUpdate |
Definition at line 103 of file rz_x509.h.
Referenced by rz_x509_crl_json(), rz_x509_crl_to_string(), rz_x509_free_crl(), and rz_x509_parse_crl().
ut32 rz_x509_certificaterevocationlist::length |
Definition at line 105 of file rz_x509.h.
Referenced by rz_x509_crl_json(), rz_x509_crl_to_string(), rz_x509_free_crl(), and rz_x509_parse_crl().
RASN1String* rz_x509_certificaterevocationlist::nextUpdate |
Definition at line 104 of file rz_x509.h.
Referenced by rz_x509_crl_json(), rz_x509_crl_to_string(), rz_x509_free_crl(), and rz_x509_parse_crl().
RX509CRLEntry** rz_x509_certificaterevocationlist::revokedCertificates |
Definition at line 106 of file rz_x509.h.
Referenced by rz_x509_crl_json(), rz_x509_crl_to_string(), rz_x509_free_crl(), and rz_x509_parse_crl().
RX509AlgorithmIdentifier rz_x509_certificaterevocationlist::signature |
Definition at line 101 of file rz_x509.h.
Referenced by rz_x509_crl_json(), rz_x509_crl_to_string(), rz_x509_free_crl(), and rz_x509_parse_crl().