#include <IPKIFTrustAnchor.h>
TSP-enforcing: No
Definition at line 28 of file IPKIFTrustAnchor.h.
Public Member Functions | |
IPKIFTrustAnchor () | |
virtual | ~IPKIFTrustAnchor () |
virtual bool | operator== (const IPKIFTrustAnchor &rhs)=0 |
virtual CPKIFBufferPtr | Encoded ()=0 |
virtual CPKIFCertificatePtr | GetCertificate () const =0 |
virtual CPKIFSubjectKeyIdentifierPtr | GetKeyIdentifier () const =0 |
IPKIFTrustAnchor::IPKIFTrustAnchor | ( | ) |
Interface: External
Default constructor
Definition at line 18 of file IPKIFTrustAnchor.cpp.
IPKIFTrustAnchor::~IPKIFTrustAnchor | ( | ) | [virtual] |
Interface: External
Default destructor
Definition at line 29 of file IPKIFTrustAnchor.cpp.
virtual bool IPKIFTrustAnchor::operator== | ( | const IPKIFTrustAnchor & | rhs | ) | [pure virtual] |
Implemented in CPKIFTrustRoot.
virtual CPKIFBufferPtr IPKIFTrustAnchor::Encoded | ( | ) | [pure virtual] |
Implemented in CPKIFTrustRoot.
virtual CPKIFCertificatePtr IPKIFTrustAnchor::GetCertificate | ( | ) | const [pure virtual] |
Implemented in CPKIFTrustRoot.
virtual CPKIFSubjectKeyIdentifierPtr IPKIFTrustAnchor::GetKeyIdentifier | ( | ) | const [pure virtual] |
Implemented in CPKIFTrustRoot.