PcapPlusPlus  Next
pcpp::Asn1OctetStringRecord Class Reference

#include <Asn1Codec.h>

Inheritance diagram for pcpp::Asn1OctetStringRecord:
pcpp::Asn1PrimitiveRecord pcpp::Asn1Record

Public Member Functions

 Asn1OctetStringRecord (const std::string &value)
 
 Asn1OctetStringRecord (const uint8_t *value, size_t valueLength)
 
std::string getValue ()
 
- Public Member Functions inherited from pcpp::Asn1Record
std::vector< uint8_t > encode ()
 
Asn1TagClass getTagClass () const
 
bool isConstructed () const
 
Asn1UniversalTagType getUniversalTagType () const
 
uint8_t getTagType () const
 
size_t getValueLength () const
 
size_t getTotalLength () const
 
std::string toString ()
 
template<class Asn1RecordType >
Asn1RecordType * castAs ()
 

Additional Inherited Members

- Static Public Member Functions inherited from pcpp::Asn1Record
static std::unique_ptr< Asn1Recorddecode (const uint8_t *data, size_t dataLen, bool lazy=true)
 

Detailed Description

Represents an ASN.1 record with a value of type Octet String

Constructor & Destructor Documentation

◆ Asn1OctetStringRecord() [1/2]

pcpp::Asn1OctetStringRecord::Asn1OctetStringRecord ( const std::string &  value)
explicit

A constructor to create a record of type Octet String from a printable value

Parameters
valueA string to set as the record value

◆ Asn1OctetStringRecord() [2/2]

pcpp::Asn1OctetStringRecord::Asn1OctetStringRecord ( const uint8_t *  value,
size_t  valueLength 
)
explicit

A constructor to create a record of type Octet String from a non-printable value

Parameters
valueA byte array to set as the record value
valueLengthThe length of the byte array

Member Function Documentation

◆ getValue()

std::string pcpp::Asn1OctetStringRecord::getValue ( )
inline
Returns
The string value of this record