RPKI Engine
1.0
|
Public Member Functions | |
def | build |
Static Public Attributes | |
content_class = rpki.roa.RouteOriginAttestation | |
tuple | econtent_oid = POWify_OID("id-ct-routeOriginAttestation") |
tuple | pem_converter = PEM_converter("ROUTE ORIGIN ATTESTATION") |
PEM converter for this object. |
def rpki::x509::ROA::build | ( | cls, | |
asn, | |||
ipv4, | |||
ipv6, | |||
keypair, | |||
certs, | |||
version = 0 |
|||
) |
Build a ROA.
Definition at line 1131 of file x509.py.
References rpki::x509::CMS_object::set_content(), and rpki::x509::CMS_object::sign().
tuple rpki::x509::ROA::econtent_oid = POWify_OID("id-ct-routeOriginAttestation") [static] |
Reimplemented from rpki::x509::CMS_object.
tuple rpki::x509::ROA::pem_converter = PEM_converter("ROUTE ORIGIN ATTESTATION") [static] |
PEM converter for this object.
Reimplemented from rpki::x509::CMS_object.