|
VMime
|
#include <certificate.hpp>


Public Member Functions | |
| virtual const byteArray | getEncoded () const =0 |
| virtual const string | getType () const =0 |
| virtual int | getVersion () const =0 |
| virtual bool | equals (shared_ptr< const certificate > other) const =0 |
| virtual void * | getInternalData ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Identity certificate for a peer.
|
pure virtual |
Checks if two certificates are the same.
| other | certificate to compare with |
Returns the encoded form of this certificate (for example, X.509 certificates are encoded as ASN.1 DER).
Returns a pointer to internal binary data for this certificate.
The actual type of data depends on the library used for TLS support.
Return the type of this certificate.
Return the version of this certificate.