Public Member Functions | Static Public Attributes

rpki.left_right.list_received_resources_elt Class Reference

Inherits rpki::xml_utils::base_elt, and rpki::left_right::left_right_namespace.

Inherited by irbe_cli.list_received_resources_elt.

Collaboration diagram for rpki.left_right.list_received_resources_elt:
Collaboration graph

List of all members.

Public Member Functions

def make_reply
def serve_dispatch

Static Public Attributes

tuple attributes
string element_name = "list_received_resources"

Detailed Description

<list_received_resources/> element.

Definition at line 1032 of file left_right.py.


Member Function Documentation

def rpki.left_right.list_received_resources_elt.make_reply (   self,
  parent_handle,
  uri,
  cert 
)
Generate one reply PDU.

Definition at line 1055 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 1041 of file left_right.py.


Member Data Documentation

Initial value:
("self_handle", "tag", "parent_handle",
                "notBefore", "notAfter", "uri", "sia_uri", "aia_uri", "asn", "ipv4", "ipv6")

Definition at line 1038 of file left_right.py.

string rpki.left_right.list_received_resources_elt.element_name = "list_received_resources" [static]

Definition at line 1037 of file left_right.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables