PcapPlusPlus  Next
pcpp::X509Internal::X509Validity Class Reference

#include <X509Decoder.h>

Inheritance diagram for pcpp::X509Internal::X509Validity:
pcpp::X509Internal::X509Base< Asn1SequenceRecord >

Public Member Functions

X509Timestamp getNotBefore () const
 
X509Timestamp getNotAfter () const
 

Detailed Description

Internal class for handling X.509 certificate validity periods

Member Function Documentation

◆ getNotAfter()

X509Timestamp pcpp::X509Internal::X509Validity::getNotAfter ( ) const

Gets the notAfter timestamp of the validity period

Returns
The notAfter timestamp

◆ getNotBefore()

X509Timestamp pcpp::X509Internal::X509Validity::getNotBefore ( ) const

Gets the notBefore timestamp of the validity period

Returns
The notBefore timestamp