#include <Certificate.h>
Inheritance diagram for beecrypt::security::cert::Certificate:
Public Member Functions | |
virtual | ~Certificate () |
virtual bool | equals (const Object &compare) const throw () |
virtual const bytearray & | getEncoded () const =0 |
virtual const PublicKey & | getPublicKey () const =0 |
virtual void | verify (const PublicKey &) const =0 throw (CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException) |
virtual void | verify (const PublicKey &, const String &) const =0 throw (CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException) |
virtual const String & | toString () const =0 throw () |
const String & | getType () const throw () |
Protected Member Functions | |
Certificate (const String &type) |
|
|
|
|
|
Reimplemented from beecrypt::lang::Object. |
|
|
|
|
|
|
|
|
|
|
|
|