Identity certificate for a peer. More...


Public Member Functions | |
| virtual const byteArray | getEncoded () const =0 |
| virtual const string | getType () const =0 |
| virtual int | getVersion () const =0 |
| virtual bool | equals (ref< const certificate > other) const =0 |
Identity certificate for a peer.
| virtual bool equals | ( | ref< const certificate > | other | ) | const [pure virtual] |
Checks if two certificates are the same.
| other | certificate to compare with |
Implemented in X509Certificate.
| virtual const byteArray getEncoded | ( | ) | const [pure virtual] |
Returns the encoded form of this certificate (for example, X.509 certificates are encoded as ASN.1 DER).
Implemented in X509Certificate.
| virtual const string getType | ( | ) | const [pure virtual] |
Return the type of this certificate.
Implemented in X509Certificate.
| virtual int getVersion | ( | ) | const [pure virtual] |
Return the version of this certificate.
Implemented in X509Certificate.
1.6.2