RPKI Engine 1.0
|
Public Member Functions | |
def | make_reply |
def | serve_dispatch |
Static Public Attributes | |
tuple | attributes |
XML attributes for this element. | |
string | element_name = "list_received_resources" |
<list_received_resources/> element.
Definition at line 1243 of file left_right.py.
def rpki.left_right.list_received_resources_elt.make_reply | ( | self, | |
parent_handle, | |||
uri, | |||
cert | |||
) |
Generate one reply PDU.
Definition at line 1266 of file left_right.py.
def rpki.left_right.list_received_resources_elt.serve_dispatch | ( | self, | |
r_msg, | |||
cb, | |||
eb | |||
) |
Handle a <list_received_resources/> query. The method name is a misnomer here, there's no action attribute and no dispatch, we just dump a bunch of data about every certificate issued to us by one of our parents, then return.
Definition at line 1252 of file left_right.py.
tuple rpki.left_right.list_received_resources_elt.attributes [static] |
("self_handle", "tag", "parent_handle", "notBefore", "notAfter", "uri", "sia_uri", "aia_uri", "asn", "ipv4", "ipv6")
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 1249 of file left_right.py.
string rpki.left_right.list_received_resources_elt.element_name = "list_received_resources" [static] |
Definition at line 1248 of file left_right.py.