namespace Akenti class V3Extension

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

Public Methods

V3Extension (int extnID, bool critical, const string& value)
Constructs this object
~V3Extension ()
Deletes this object
int getExtensionID () const
Returns extensionID extnID
bool isCritical () const
Returns true or false to indicate if the extension must be used or not
const string& getValue () const
Returns value of the extension
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.
V3Extension(int extnID, bool critical, const string& value)
Constructs this object

~V3Extension()
Deletes this object

int getExtensionID() const
Returns extensionID extnID

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

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

string paramString() const


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

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de