namespace Akenti

This class is instantiated from two superclasses OpenSSLKeyImpl and PublicKeyImpl and wraps the publicKey methods of OpenSSLKeyImpl.

class OpenSSLSecureSocketImpl: public SecureSocketImpl
class OpenSSLSignatureImpl: public SignatureImpl
This class implements the digital signature interface defined in SignatureImpl by holding a ENV_MD_CTX object and wrapping the appropriate openssl functions.
class OpenSSLUtil
Provides some functions that can de/endcode strings and functions to populate X509 name with distinguished name or with the principal.
class OpenSSLX509CertificateImpl: public CertificateImpl
This class is the subclass of CertificateImpl and it provides all the services the opensl X509 certificate supports.
class OpenSSLX509RevokedCertificateImpl: public RevokedCertificateImpl
This class is the subclass of RevokedCertificateImpl it implements Certificate following the X509 standard.
class PKCS12KeyStoreImpl: public KeyStoreImpl


Documentation

This class is instantiated from two superclasses OpenSSLKeyImpl and PublicKeyImpl and wraps the publicKey methods of OpenSSLKeyImpl. It inherits a EVP_PKEY structure from OpenSSLKeyImpl.

Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
OpenSSLKeyImpl
PublicKeyImpl
KeyPair
getPublicKey()
KeyFactory
getKeyEncoded(const string&, const PublicKey&)
initPublicKey(const string&, const string&, const string&)
generateRSAKeyPair(int, unsigned long)
generateDSAKeyPair(int, const string&)
Signature
initVerify(const PublicKey&)

Alphabetic index HTML hierarchy of classes or Java



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