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) |
Representation of one child entity.
Definition at line 187 of file myrpki.py.