RPKI Engine
1.0
|
Public Member Functions | |
def | decode |
def | encode |
Public Attributes | |
content |
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().
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().
Reimplemented from rpki::x509::CMS_object.
Reimplemented in rpki::x509::Ghostbuster.