class Akenti::OpenSSLUtil

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

Public Methods

[more]static string toDer (const DistinguishedName& dn)
[more]static void populateX509Name (X509_NAME* name, const DistinguishedName& dn)
Populates the X509 name with the given distinguished name.
[more]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.

ostatic string toDer(const DistinguishedName& dn)

ostatic 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

ostatic 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 HTML hierarchy of classes or Java



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