Inherited by irbe_cli.bsc_elt, irbe_cli.certificate_elt, irbe_cli.child_elt, irbe_cli.client_elt, irbe_cli.config_elt, irbe_cli.crl_elt, irbe_cli.manifest_elt, irbe_cli.parent_elt, irbe_cli.repository_elt, irbe_cli.roa_elt, and irbe_cli.self_elt.
Public Member Functions | |
def | client_getopt |
def | client_query_bpki_cert |
def | client_query_bpki_cms_cert |
def | client_query_bpki_https_cert |
def | client_query_cms_glue |
def | client_query_glue |
def | client_query_https_glue |
def | client_reply_decode |
def | client_reply_show |
def | usage |
Public Attributes | |
bpki_cert | |
bpki_cms_cert | |
bpki_cms_glue | |
bpki_glue | |
bpki_https_cert | |
bpki_https_glue | |
Static Public Attributes | |
tuple | excludes = () |
XML attributes and elements that should not be allowed as command line arguments. |
Protocol mix-in for command line client element PDUs.
Definition at line 51 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.client_getopt | ( | self, | ||
argv | ||||
) |
def irbe_cli.cmd_elt_mixin.client_query_bpki_cert | ( | self, | ||
arg | ||||
) |
def irbe_cli.cmd_elt_mixin.client_query_bpki_cms_cert | ( | self, | ||
arg | ||||
) |
def irbe_cli.cmd_elt_mixin.client_query_bpki_https_cert | ( | self, | ||
arg | ||||
) |
def irbe_cli.cmd_elt_mixin.client_query_cms_glue | ( | self, | ||
arg | ||||
) |
def irbe_cli.cmd_elt_mixin.client_query_glue | ( | self, | ||
arg | ||||
) |
def irbe_cli.cmd_elt_mixin.client_query_https_glue | ( | self, | ||
arg | ||||
) |
def irbe_cli.cmd_elt_mixin.client_reply_decode | ( | self | ) |
def irbe_cli.cmd_elt_mixin.client_reply_show | ( | self | ) |
Definition at line 119 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.usage | ( | cls | ) |
Definition at line 94 of file irbe_cli.py.
Definition at line 102 of file irbe_cli.py.
Definition at line 106 of file irbe_cli.py.
Definition at line 98 of file irbe_cli.py.
Definition at line 110 of file irbe_cli.py.
Definition at line 114 of file irbe_cli.py.
irbe_cli.cmd_elt_mixin::excludes = () [static] |
XML attributes and elements that should not be allowed as command line arguments.
At the moment the only such is the bsc.pkcs10_request sub-element, but writing this generally is no harder than handling that one special case.
Reimplemented in irbe_cli.bsc_elt.
Definition at line 61 of file irbe_cli.py.