Public Member Functions | |
def | client_query_signing_cert |
def | client_query_signing_cert_crl |
def | client_reply_decode |
Public Attributes | |
signing_cert | |
signing_cert_crl | |
Static Public Attributes | |
tuple | excludes = ("pkcs10_request",) |
XML attributes and elements that should not be allowed as command line arguments. |
Definition at line 143 of file irbe_cli.py.
def irbe_cli.bsc_elt.client_query_signing_cert | ( | self, | ||
arg | ||||
) |
def irbe_cli.bsc_elt.client_query_signing_cert_crl | ( | self, | ||
arg | ||||
) |
def irbe_cli.bsc_elt.client_reply_decode | ( | self | ) |
tuple irbe_cli.bsc_elt.excludes = ("pkcs10_request",) [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 from irbe_cli.cmd_elt_mixin.
Definition at line 145 of file irbe_cli.py.