class OpenSSLUtil

Provides some functions that can de/endcode strings and functions to populate X509 name with distinguished name or with the principal

Public Methods

static string toDer (const DistinguishedName& dn)
static void populateX509Name (X509_NAME *name, const DistinguishedName& dn)
Populates the X509 name with the given distinguished name
static Certificate fromC_X509 (X509* cert)
Converts X509 to the C++ Certificate class

Documentation

Provides some functions that can de/endcode strings and functions to populate X509 name with distinguished name or with the principal.
static string toDer(const DistinguishedName& dn)

static void populateX509Name(X509_NAME *name, const DistinguishedName& dn)
Populates the X509 name with the given distinguished name.
Parameters:
name - the X509 name
dn - the distinguished name used for populating the X509 name

static Certificate fromC_X509(X509* cert)
Converts X509 to the C++ Certificate class


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

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