RPKI Engine  1.0
Public Member Functions | Static Public Attributes
rpki::x509::ROA Class Reference
Inheritance diagram for rpki::x509::ROA:
Inheritance graph
Collaboration diagram for rpki::x509::ROA:
Collaboration graph

List of all members.

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.

Detailed Description

Class to hold a signed ROA.

Definition at line 1121 of file x509.py.


Member Function Documentation

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().

Here is the call graph for this function:


Member Data Documentation

Definition at line 1127 of file x509.py.

tuple rpki::x509::ROA::econtent_oid = POWify_OID("id-ct-routeOriginAttestation") [static]

Reimplemented from rpki::x509::CMS_object.

Definition at line 1128 of file x509.py.

tuple rpki::x509::ROA::pem_converter = PEM_converter("ROUTE ORIGIN ATTESTATION") [static]

PEM converter for this object.

Reimplemented from rpki::x509::CMS_object.

Definition at line 1126 of file x509.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties