RPKI Engine
1.0
|
Public Member Functions | |
def | generate |
def | get_DER |
def | get_POW |
def | get_POWpkix |
def | getIssuer |
def | getNextUpdate |
def | getThisUpdate |
Public Attributes | |
DER | |
DER value of this object. | |
POW | |
POWpkix | |
Static Public Attributes | |
tuple | formats = ("DER", "POW", "POWpkix") |
Formats supported in this object. | |
tuple | pem_converter = PEM_converter("X509 CRL") |
PEM converter for this object. |
def rpki::x509::CRL::generate | ( | cls, | |
keypair, | |||
issuer, | |||
serial, | |||
thisUpdate, | |||
nextUpdate, | |||
revokedCertificates, | |||
version = 1 , |
|||
digestType = "sha256WithRSAEncryption" |
|||
) |
def rpki::x509::CRL::get_DER | ( | self | ) |
Get the DER value of this CRL.
Reimplemented from rpki::x509::DER_object.
Definition at line 1309 of file x509.py.
Referenced by rpki::x509::XML_CMS_object::dump_to_disk(), and rpki::x509::XML_CMS_object::wrap().
def rpki::x509::CRL::get_POW | ( | self | ) |
Get the rpki.POW value of this CRL.
Definition at line 1324 of file x509.py.
Referenced by getIssuer().
def rpki::x509::CRL::get_POWpkix | ( | self | ) |
Get the rpki.POW.pkix value of this CRL.
Definition at line 1333 of file x509.py.
Referenced by rpki::x509::DER_object::get_3779resources(), rpki::x509::DER_object::get_AIA(), rpki::x509::DER_object::get_AKI(), rpki::x509::DER_object::get_basicConstraints(), rpki::x509::DER_object::get_SIA(), rpki::x509::DER_object::get_SKI(), getNextUpdate(), and getThisUpdate().
def rpki::x509::CRL::getIssuer | ( | self | ) |
Get issuer value of this CRL.
Definition at line 1356 of file x509.py.
References rpki::x509::X509::get_POW(), rpki::x509::RSA::get_POW(), rpki::x509::RSApublic::get_POW(), rpki::x509::CMS_object::get_POW(), and get_POW().
def rpki::x509::CRL::getNextUpdate | ( | self | ) |
Get nextUpdate value from this CRL.
Definition at line 1350 of file x509.py.
References rpki::x509::X509::get_POWpkix(), rpki::x509::PKCS10::get_POWpkix(), and get_POWpkix().
def rpki::x509::CRL::getThisUpdate | ( | self | ) |
Get thisUpdate value from this CRL.
Definition at line 1344 of file x509.py.
References rpki::x509::X509::get_POWpkix(), rpki::x509::PKCS10::get_POWpkix(), and get_POWpkix().
DER value of this object.
Reimplemented from rpki::x509::DER_object.
tuple rpki::x509::CRL::formats = ("DER", "POW", "POWpkix") [static] |
Formats supported in this object.
Reimplemented from rpki::x509::DER_object.
tuple rpki::x509::CRL::pem_converter = PEM_converter("X509 CRL") [static] |
PEM converter for this object.
Reimplemented from rpki::x509::DER_object.