Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_x509.h>
Public Attributes | |
RX509TBSCertificate | tbsCertificate |
RX509AlgorithmIdentifier | algorithmIdentifier |
RASN1Binary * | signature |
RX509AlgorithmIdentifier rz_x509_certificate_t::algorithmIdentifier |
Definition at line 89 of file rz_x509.h.
Referenced by rz_x509_certificate_dump(), rz_x509_certificate_json(), rz_x509_free_certificate(), and rz_x509_parse_certificate().
RASN1Binary* rz_x509_certificate_t::signature |
Definition at line 90 of file rz_x509.h.
Referenced by rz_x509_certificate_dump(), rz_x509_certificate_json(), rz_x509_free_certificate(), and rz_x509_parse_certificate().
RX509TBSCertificate rz_x509_certificate_t::tbsCertificate |
Definition at line 88 of file rz_x509.h.
Referenced by rz_x509_certificate_dump(), rz_x509_certificate_json(), rz_x509_free_certificate(), and rz_x509_parse_certificate().