LIEF: Library to Instrument Executable Formats Version 0.16.0
|
Interface over the structure described by the OID 1.2.840.113549.1.9.16.1.4
(PKCS #9)
More...
#include <PKCS9TSTInfo.hpp>
Public Member Functions | |
PKCS9TSTInfo () | |
PKCS9TSTInfo (const PKCS9TSTInfo &)=default | |
PKCS9TSTInfo & | operator= (const PKCS9TSTInfo &)=default |
std::unique_ptr< Content > | clone () const override |
void | print (std::ostream &) const override |
void | accept (Visitor &visitor) const override |
~PKCS9TSTInfo () override=default | |
Public Member Functions inherited from LIEF::PE::ContentInfo::Content | |
Content (oid_t oid) | |
const oid_t & | content_type () const |
template<class T > | |
const T * | cast () const |
template<class T > | |
T * | cast () |
~Content () override=default | |
Public Member Functions inherited from LIEF::Object | |
Object () | |
Object (const Object &other) | |
Object & | operator= (const Object &other) |
template<class T > | |
output_t< T > | as () |
template<class T > | |
output_const_t< T > | as () const |
virtual bool | operator== (const Object &other) const |
virtual bool | operator!= (const Object &other) const |
virtual | ~Object () |
Static Public Member Functions | |
static bool | classof (const ContentInfo::Content *content) |
Static Public Attributes | |
static constexpr auto | PKCS9_TSTINFO_OBJID = "1.2.840.113549.1.9.16.1.4" |
Additional Inherited Members | |
Public Types inherited from LIEF::Object | |
template<class T > | |
using | output_t = add_pointer_t<decay_t<T>> |
template<class T > | |
using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
Interface over the structure described by the OID 1.2.840.113549.1.9.16.1.4
(PKCS #9)
The internal structure is described in the RFC #3161
|
inline |
|
default |
|
overridedefault |
|
overridevirtual |
Implements LIEF::Object.
|
inlinestatic |
References LIEF::PE::ContentInfo::Content::content_type().
|
inlineoverridevirtual |
Implements LIEF::PE::ContentInfo::Content.
|
default |
|
inlineoverridevirtual |
Implements LIEF::PE::ContentInfo::Content.
|
staticconstexpr |