RPKI Engine
1.0
|
Public Member Functions | |
def | get_DER |
def | get_POW |
def | get_SKI |
Public Attributes | |
DER | |
DER value of this object. | |
POW | |
Static Public Attributes | |
tuple | formats = ("DER", "POW") |
Formats supported in this object. | |
tuple | pem_converter = PEM_converter("RSA PUBLIC KEY") |
PEM converter for this object. |
def rpki::x509::RSApublic::get_DER | ( | self | ) |
Get the DER value of this public key.
Reimplemented from rpki::x509::DER_object.
Definition at line 782 of file x509.py.
Referenced by rpki::x509::XML_CMS_object::dump_to_disk(), get_SKI(), rpki::x509::CMS_object::verify(), and rpki::x509::XML_CMS_object::wrap().
def rpki::x509::RSApublic::get_POW | ( | self | ) |
Get the rpki.POW value of this public key.
Definition at line 794 of file x509.py.
Referenced by rpki::x509::CMS_object::extract(), rpki::x509::CMS_object::get_signingTime(), rpki::x509::CRL::getIssuer(), and rpki::x509::CMS_object::verify().
def rpki::x509::RSApublic::get_SKI | ( | self | ) |
Calculate the SKI of this public key.
Reimplemented from rpki::x509::DER_object.
Definition at line 803 of file x509.py.
References rpki::x509::calculate_SKI(), rpki::x509::DER_object::get_DER(), rpki::x509::X509::get_DER(), rpki::x509::PKCS10::get_DER(), rpki::x509::RSA::get_DER(), and get_DER().
Referenced by rpki::x509::X509::cross_certify(), and rpki::x509::X509::issue().
DER value of this object.
Reimplemented from rpki::x509::DER_object.
tuple rpki::x509::RSApublic::formats = ("DER", "POW") [static] |
Formats supported in this object.
Reimplemented from rpki::x509::DER_object.
tuple rpki::x509::RSApublic::pem_converter = PEM_converter("RSA PUBLIC KEY") [static] |
PEM converter for this object.
Reimplemented from rpki::x509::DER_object.
Definition at line 796 of file x509.py.
Referenced by rpki::x509::CMS_object::sign().