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

List of all members.

Public Member Functions

def decode
def encode

Public Attributes

 content

Detailed Description

Class to hold CMS objects with DER-based content.

Definition at line 1058 of file x509.py.


Member Function Documentation

def rpki::x509::DER_CMS_object::decode (   self,
  der 
)
Decode DER and set inner content.

Reimplemented in rpki::x509::Ghostbuster.

Definition at line 1069 of file x509.py.

Referenced by rpki::x509::CMS_object::extract(), and rpki::x509::CMS_object::verify().

Here is the caller graph for this function:

def rpki::x509::DER_CMS_object::encode (   self)
Encode inner content for signing.

Reimplemented in rpki::x509::Ghostbuster.

Definition at line 1063 of file x509.py.

References rpki::x509::CMS_object::get_content().

Referenced by rpki::x509::CMS_object::sign().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

Reimplemented from rpki::x509::CMS_object.

Reimplemented in rpki::x509::Ghostbuster.

Definition at line 1071 of file x509.py.


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