#include <asn1.h>
|
static std::shared_ptr< Asn1Item > | parse (const std::vector< std::uint8_t > &data) |
|
◆ ~Asn1Item()
virtual retdec::fileformat::Asn1Item::~Asn1Item |
( |
| ) |
|
|
virtualdefault |
◆ Asn1Item()
retdec::fileformat::Asn1Item::Asn1Item |
( |
Asn1Type |
type, |
|
|
const std::vector< std::uint8_t > & |
data |
|
) |
| |
|
protected |
◆ getContentData()
std::vector< std::uint8_t > retdec::fileformat::Asn1Item::getContentData |
( |
| ) |
const |
◆ getContentLength()
std::size_t retdec::fileformat::Asn1Item::getContentLength |
( |
| ) |
const |
◆ getData()
const std::vector< std::uint8_t > & retdec::fileformat::Asn1Item::getData |
( |
| ) |
const |
◆ getLength()
std::size_t retdec::fileformat::Asn1Item::getLength |
( |
| ) |
const |
◆ init()
void retdec::fileformat::Asn1Item::init |
( |
| ) |
|
|
private |
◆ isBitString()
bool retdec::fileformat::Asn1Item::isBitString |
( |
| ) |
const |
◆ isContextSpecific()
bool retdec::fileformat::Asn1Item::isContextSpecific |
( |
| ) |
const |
◆ isNull()
bool retdec::fileformat::Asn1Item::isNull |
( |
| ) |
const |
◆ isObject()
bool retdec::fileformat::Asn1Item::isObject |
( |
| ) |
const |
◆ isOctetString()
bool retdec::fileformat::Asn1Item::isOctetString |
( |
| ) |
const |
◆ isSequence()
bool retdec::fileformat::Asn1Item::isSequence |
( |
| ) |
const |
◆ parse()
std::shared_ptr< Asn1Item > retdec::fileformat::Asn1Item::parse |
( |
const std::vector< std::uint8_t > & |
data | ) |
|
|
static |
◆ _contentBegin
std::vector<std::uint8_t>::const_iterator retdec::fileformat::Asn1Item::_contentBegin |
|
private |
◆ _contentLength
std::size_t retdec::fileformat::Asn1Item::_contentLength |
|
private |
◆ _data
std::vector<std::uint8_t> retdec::fileformat::Asn1Item::_data |
|
protected |
◆ _type
Asn1Type retdec::fileformat::Asn1Item::_type |
|
protected |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/utils/asn1.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/utils/asn1.cpp