PcapPlusPlus  Next
pcpp::X509Internal::X509SubjectPublicKeyInfo Class Reference

#include <X509Decoder.h>

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

Public Member Functions

X509AlgorithmIdentifier getAlgorithm () const
 
X509Key getSubjectPublicKey () const
 

Detailed Description

Internal class for handling X.509 subject public key information

Member Function Documentation

◆ getAlgorithm()

X509AlgorithmIdentifier pcpp::X509Internal::X509SubjectPublicKeyInfo::getAlgorithm ( ) const

Gets the algorithm identifier for the public key

Returns
The X509AlgorithmIdentifier for the public key

◆ getSubjectPublicKey()

X509Key pcpp::X509Internal::X509SubjectPublicKeyInfo::getSubjectPublicKey ( ) const

Gets the subject's public key

Returns
The X509Key containing the public key