#include <CertPath.h>
Public Member Functions | |
virtual | ~CertPath () |
virtual const List< 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 | ( | ) | [inline, virtual] |
virtual const List<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 () |