Inherits object.
List of all members.
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) |
Detailed Description
Representation of one child entity.
Definition at line 184 of file myrpki.py.
Member Function Documentation
def rpki.myrpki.child.__init__ |
( |
|
self, |
|
|
|
handle | |
|
) |
| | |
def rpki.myrpki.child.__repr__ |
( |
|
self |
) |
|
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 214 of file myrpki.py.
def rpki.myrpki.child.xml |
( |
|
self, |
|
|
|
e | |
|
) |
| | |
Render this child as an XML element.
Definition at line 233 of file myrpki.py.
Member Data Documentation
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] |
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] |
The documentation for this class was generated from the following file: