RPKI Engine
1.0
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | add |
def | xml |
Public Attributes | |
asns | |
bpki_certificate | |
handle | |
v4 | |
v6 | |
validity | |
Static Public Attributes | |
tuple | v4re = re.compile("^(([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]+)|(([0-9]{1,3}\.){3}[0-9]{1,3}-([0-9]{1,3}\.){3}[0-9]{1,3})$", re.I) |
tuple | v6re = re.compile("^(([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4}/[0-9]+)|(([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4}-([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4})$", re.I) |
def rpki::myrpki::child::__repr__ | ( | self | ) |
Definition at line 236 of file myrpki.py.
References asns, bpki_certificate, handle, rpki::myrpki::roa_request::v4, v4, rpki::myrpki::roa_request::v6, v6, and validity.
def rpki::myrpki::child::add | ( | self, | |
prefix = None , |
|||
asn = None , |
|||
validity = None , |
|||
bpki_certificate = None |
|||
) |
Add prefix, autonomous system number, validity date, or BPKI certificate for this child.
Definition at line 250 of file myrpki.py.
References bpki_certificate, and validity.
Referenced by rpki::myrpki::children::from_entitydb(), rpki::myrpki::parents::from_entitydb(), and rpki::myrpki::repositories::from_entitydb().
def rpki::myrpki::child::xml | ( | self, | |
e | |||
) |
Render this child as an XML element.
Definition at line 269 of file myrpki.py.
References asns, bpki_certificate, handle, rpki::myrpki::PEMElement(), rpki::myrpki::roa_request::v4, v4, rpki::myrpki::roa_request::v6, v6, and validity.
Definition at line 228 of file myrpki.py.
Referenced by __repr__(), and xml().
Definition at line 228 of file myrpki.py.
Referenced by __repr__(), rpki::myrpki::repository::__repr__(), add(), rpki::myrpki::repository::add(), xml(), and rpki::myrpki::repository::xml().
Definition at line 228 of file myrpki.py.
Referenced by __repr__(), rpki::myrpki::parent::__repr__(), rpki::myrpki::repository::__repr__(), rpki::myrpki::main::configure_resources_main(), rpki::myrpki::main::do_configure_child(), rpki::myrpki::main::do_configure_parent(), rpki::myrpki::main::do_configure_publication_client(), rpki::myrpki::main::do_initialize(), xml(), rpki::myrpki::parent::xml(), and rpki::myrpki::repository::xml().
Definition at line 228 of file myrpki.py.
Referenced by rpki::resource_set::resource_bag::__eq__(), __repr__(), rpki::resource_set::resource_bag::__str__(), rpki::resource_set::resource_bag::empty(), rpki::resource_set::resource_bag::from_inheritance(), rpki::resource_set::resource_bag::undersized(), and xml().
tuple rpki::myrpki::child::v4re = re.compile("^(([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]+)|(([0-9]{1,3}\.){3}[0-9]{1,3}-([0-9]{1,3}\.){3}[0-9]{1,3})$", re.I) [static] |
Definition at line 228 of file myrpki.py.
Referenced by rpki::resource_set::resource_bag::__eq__(), __repr__(), rpki::resource_set::resource_bag::__str__(), rpki::resource_set::resource_bag::empty(), rpki::resource_set::resource_bag::from_inheritance(), rpki::resource_set::resource_bag::undersized(), and xml().
tuple rpki::myrpki::child::v6re = re.compile("^(([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4}/[0-9]+)|(([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4}-([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4})$", re.I) [static] |
Definition at line 228 of file myrpki.py.
Referenced by __repr__(), add(), and xml().