certificate Class Reference

Identity certificate for a peer. More...

Inheritance diagram for certificate:
Inheritance graph
[legend]
Collaboration diagram for certificate:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Identity certificate for a peer.


Member Function Documentation

virtual bool equals ( ref< const certificate other  )  const [pure virtual]

Checks if two certificates are the same.

Parameters:
other certificate to compare with
Returns:
true if the two certificates are the same, false otherwise

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).

Returns:
the encoded form of this certificate

Implemented in X509Certificate.

virtual const string getType (  )  const [pure virtual]

Return the type of this certificate.

Returns:
the type of this certificate

Implemented in X509Certificate.

virtual int getVersion (  )  const [pure virtual]

Return the version of this certificate.

Returns:
the version of this certificate

Implemented in X509Certificate.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2