#include <CertPath.h>
Inheritance diagram for beecrypt::security::cert::CertPath:
Public Member Functions | |
virtual | ~CertPath () |
virtual const vector< const Certificate * > & | getCertificates () const=0 |
virtual const bytearray & | getEncoded () const=0 |
const String & | getType () const throw () |
Protected Member Functions | |
CertPath (const String &type) |
beecrypt::security::cert::CertPath::CertPath | ( | const String & | type | ) | [protected] |
virtual beecrypt::security::cert::CertPath::~CertPath | ( | ) | [virtual] |
virtual const vector<const Certificate*>& beecrypt::security::cert::CertPath::getCertificates | ( | ) | const [pure virtual] |
virtual const bytearray& beecrypt::security::cert::CertPath::getEncoded | ( | ) | const [pure virtual] |
const String& beecrypt::security::cert::CertPath::getType | ( | ) | const throw () |