RPKI Engine 1.0
|
Public Member Functions | |
def | decode |
def | dump_to_disk |
def | encode |
def | pretty_print_content |
def | schema_check |
def | unwrap |
def | wrap |
Public Attributes | |
content | |
Static Public Attributes | |
dump_inbound_cms = None | |
If set, we write all inbound XML-CMS PDUs to disk, for debugging. | |
dump_outbound_cms = None | |
If set, we write all outbound XML-CMS PDUs to disk, for debugging. | |
tuple | econtent_oid = POWify_OID("id-ct-xml") |
def rpki.x509.XML_CMS_object.decode | ( | self, | |
xml | |||
) |
def rpki.x509.XML_CMS_object.dump_to_disk | ( | self, | |
prefix | |||
) |
def rpki.x509.XML_CMS_object.encode | ( | self | ) |
def rpki.x509.XML_CMS_object.pretty_print_content | ( | self | ) |
def rpki.x509.XML_CMS_object.schema_check | ( | self | ) |
def rpki.x509.XML_CMS_object.unwrap | ( | self, | |
ta | |||
) |
def rpki.x509.XML_CMS_object.wrap | ( | self, | |
msg, | |||
keypair, | |||
certs, | |||
crls = None |
|||
) |
Reimplemented from rpki.x509.CMS_object.
rpki::x509.XML_CMS_object::dump_inbound_cms = None [static] |
rpki::x509.XML_CMS_object::dump_outbound_cms = None [static] |
tuple rpki.x509.XML_CMS_object.econtent_oid = POWify_OID("id-ct-xml") [static] |
Reimplemented from rpki.x509.CMS_object.