#include <CertPathValidator.h>
Inheritance diagram for beecrypt::security::cert::CertPathValidator:
Public Member Functions | |
virtual | ~CertPathValidator () |
CertPathValidatorResult * | validate (const CertPath &certPath, const CertPathParameters ¶ms) throw (CertPathValidatorException, InvalidAlgorithmParameterException) |
const String & | getAlgorithm () const throw () |
const Provider & | getProvider () const throw () |
Static Public Member Functions | |
static CertPathValidator * | getInstance (const String &algorithm) throw (NoSuchAlgorithmException) |
static CertPathValidator * | getInstance (const String &algorithm, const String &provider) throw (NoSuchAlgorithmException, NoSuchProviderException) |
static CertPathValidator * | getInstance (const String &algorithm, const Provider &provider) throw (NoSuchAlgorithmException) |
static const String & | getDefaultType () throw () |
Protected Member Functions | |
CertPathValidator (CertPathValidatorSpi *spi, const Provider *provider, const String &algorithm) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|