RPKI Engine
1.0
|
Public Member Functions | |
def | parse_rfc3779_tuple |
def | to_rfc3779_tuple |
Public Attributes | |
inherit | |
Boolean indicating whether this resource_set uses RFC 3779 inheritance. | |
Static Public Attributes | |
range_type = resource_range_as | |
Type of range underlying this type of resource_set. |
Autonomous System Number resource set.
Definition at line 511 of file resource_set.py.
def rpki::resource_set::resource_set_as::parse_rfc3779_tuple | ( | self, | |
x | |||
) |
Parse ASN resource from tuple format generated by RFC 3779 ASN.1 decoder.
Definition at line 521 of file resource_set.py.
Referenced by rpki::resource_set::resource_set::__init__().
def rpki::resource_set::resource_set_as::to_rfc3779_tuple | ( | self | ) |
Convert ASN resource set into tuple format used for RFC 3779 ASN.1 encoding.
Definition at line 539 of file resource_set.py.
References rpki::resource_set::resource_set::canonize(), rpki::resource_set::resource_set::inherit, and inherit.
Boolean indicating whether this resource_set uses RFC 3779 inheritance.
Reimplemented from rpki::resource_set::resource_set.
Definition at line 524 of file resource_set.py.
Referenced by to_rfc3779_tuple(), and rpki::resource_set::resource_set_ip::to_rfc3779_tuple().
Type of range underlying this type of resource_set.
Definition at line 519 of file resource_set.py.
Referenced by rpki::resource_set::roa_prefix::max(), and rpki::resource_set::roa_prefix::to_roa_tuple().