PcapPlusPlus
Next
|
#include <X509Decoder.h>
Public Member Functions | |
std::vector< X509Extension > | getExtensions () const |
Static Public Member Functions | |
static bool | isValidExtensionsRecord (const Asn1Record *record) |
Internal class for handling X.509 extensions record
std::vector<X509Extension> pcpp::X509Internal::X509Extensions::getExtensions | ( | ) | const |
Gets all extensions in this record
|
static |
Checks if the given ASN.1 record is a valid extensions record
[in] | record | The ASN.1 record to check |