RPKI Engine  1.0
Public Member Functions | Public Attributes
rpki::up_down::issue_pdu Class Reference
Inheritance diagram for rpki::up_down::issue_pdu:
Inheritance graph
Collaboration diagram for rpki::up_down::issue_pdu:
Collaboration graph

List of all members.

Public Member Functions

def endElement
def query
def serve_pdu
def startElement
def toXML

Public Attributes

 class_name
 pkcs10
 req_resource_set_as
 req_resource_set_ipv4
 req_resource_set_ipv6

Detailed Description

Up-Down protocol "issue" PDU.

Definition at line 324 of file up_down.py.


Member Function Documentation

def rpki::up_down::issue_pdu::endElement (   self,
  stack,
  name,
  text 
)
Handle "issue" PDU.

Reimplemented from rpki::up_down::base_elt.

Definition at line 339 of file up_down.py.

Referenced by rpki::xml_utils::sax_handler::endElementNS().

Here is the caller graph for this function:

def rpki::up_down::issue_pdu::query (   cls,
  parent,
  ca,
  ca_detail,
  callback,
  errback 
)
Send an "issue" request to parent associated with ca.

Definition at line 428 of file up_down.py.

References rpki::up_down::class_elt::class_name, class_name, and pkcs10.

def rpki::up_down::issue_pdu::serve_pdu (   self,
  q_msg,
  r_msg,
  child,
  callback,
  errback 
)
def rpki::up_down::issue_pdu::startElement (   self,
  stack,
  name,
  attrs 
)
Handle "issue" PDU.

Reimplemented from rpki::up_down::base_elt.

Definition at line 329 of file up_down.py.

Referenced by rpki::xml_utils::sax_handler::startElementNS().

Here is the caller graph for this function:

def rpki::up_down::issue_pdu::toXML (   self)
Generate payload of "issue" PDU.

Definition at line 347 of file up_down.py.

References rpki::up_down::base_elt::make_elt(), and rpki::xml_utils::base_elt::make_elt().

Referenced by rpki::xml_utils::base_elt::__str__(), rpki::xml_utils::msg::__str__(), and rpki::up_down::message_pdu::__str__().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

Definition at line 341 of file up_down.py.

Referenced by query(), and rpki::rootd::issue_pdu::serve_pdu().

Definition at line 331 of file up_down.py.

Referenced by serve_pdu().

Definition at line 331 of file up_down.py.

Referenced by serve_pdu().

Definition at line 331 of file up_down.py.

Referenced by serve_pdu().


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