retdec
|
#include <asn1.h>
Public Member Functions | |
Asn1Null (const std::vector< std::uint8_t > &data) | |
![]() | |
virtual | ~Asn1Item ()=default |
std::size_t | getLength () const |
const std::vector< std::uint8_t > & | getData () const |
std::size_t | getContentLength () const |
std::vector< std::uint8_t > | getContentData () const |
bool | isNull () const |
bool | isBitString () const |
bool | isOctetString () const |
bool | isSequence () const |
bool | isObject () const |
bool | isContextSpecific () const |
Additional Inherited Members | |
![]() | |
static std::shared_ptr< Asn1Item > | parse (const std::vector< std::uint8_t > &data) |
![]() | |
Asn1Item (Asn1Type type, const std::vector< std::uint8_t > &data) | |
![]() | |
Asn1Type | _type |
std::vector< std::uint8_t > | _data |
retdec::fileformat::Asn1Null::Asn1Null | ( | const std::vector< std::uint8_t > & | data | ) |