class Akenti::V3Extension

This class implements the extended functionalities of Version 3 of X509 certificates.

Public Methods

[more] V3Extension (int extnID, bool critical, const string& value)
Constructs this object
[more] ~V3Extension ()
Deletes this object
[more]int getExtensionID () const
Returns extensionID extnID
[more]bool isCritical () const
Returns true or false to indicate if the extension must be used or not
[more]const string& getValue () const
Returns value of the extension
[more]string paramString () const


Documentation

This class implements the extended functionalities of Version 3 of X509 certificates. X.509 certificate extensions consist of an identification and value an a boolean value, critical. If critical is true the extension must be evaluated when verifying the certificate. If it is false, it is left up to the application whether to evaluate the extension.

o V3Extension(int extnID, bool critical, const string& value)
Constructs this object

o ~V3Extension()
Deletes this object

oint getExtensionID() const
Returns extensionID extnID

obool isCritical() const
Returns true or false to indicate if the extension must be used or not

oconst string& getValue() const
Returns value of the extension

ostring paramString() const


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.