rpki.x509.XML_CMS_object Class Reference
List of all members.
Detailed Description
Class to hold CMS-wrapped XML protocol data.
Definition at line 816 of file x509.py.
Member Function Documentation
def rpki.x509.XML_CMS_object.decode |
( |
|
self, |
|
|
|
xml | |
|
) |
| | |
Decode XML and set inner content.
Definition at line 839 of file x509.py.
def rpki.x509.XML_CMS_object.dump_to_disk |
( |
|
self, |
|
|
|
prefix | |
|
) |
| | |
Write DER of current message to disk, for debugging.
Definition at line 855 of file x509.py.
def rpki.x509.XML_CMS_object.encode |
( |
|
self |
) |
|
Encode inner content for signing.
Definition at line 835 of file x509.py.
def rpki.x509.XML_CMS_object.pretty_print_content |
( |
|
self |
) |
|
Pretty print XML content of this message.
Definition at line 843 of file x509.py.
def rpki.x509.XML_CMS_object.schema_check |
( |
|
self |
) |
|
Handle XML RelaxNG schema check.
Definition at line 847 of file x509.py.
def rpki.x509.XML_CMS_object.unwrap |
( |
|
cls, |
|
|
|
der, |
|
|
|
ta, |
|
|
|
pretty_print = False | |
|
) |
| | |
Unwrap a CMS-wrapped XML PDU and return Python objects.
Definition at line 877 of file x509.py.
def rpki.x509.XML_CMS_object.wrap |
( |
|
cls, |
|
|
|
msg, |
|
|
|
keypair, |
|
|
|
certs, |
|
|
|
crls = None , |
|
|
|
pretty_print = False | |
|
) |
| | |
Build a CMS-wrapped XML PDU and return its DER encoding.
Definition at line 862 of file x509.py.
Member Data Documentation
If set, we write all outbound XML-CMS PDUs to disk, for debugging.
If set, we write all inbound XML-CMS PDUs to disk, for debugging.
Value of this variable is prefix portion of filename, tail will be a timestamp.
Definition at line 826 of file x509.py.
The documentation for this class was generated from the following file: