openssl

o OpenSSLBase64Impl
This class is the subclass of Base64Impl which implements the functionality of Base64 data encoding and decoding.
o OpenSSLCRLImpl
An OpenSSLCRLImpl object is a subclass of CertificateRevocationListImpl.
o OpenSSLCertificateFactoryImpl
A subclass of CertficateFactoryImpl that is used to create OpenSSLCertificates or OpenSSLCertificateReqests from encoded representations of these objects, to create Generators for OpenSSLCertificates or OpenSSLCertificateRequests, and to encode OpenSSLCertficates or OpenSSLCertificateRequests for exporting.
o OpenSSLCertificateGeneratorImpl
This class is the subclass of CertificateGeneratorImpl,it implements the methods used to initialize and generate a Certificate which contains an OpenSSLX509CertficateImpl.
o OpenSSLCertificateRequestGeneratorImpl
This class is a subclass of CertificateRequestGeneratorImpl, and is used to create an OpenSSLCertificateRequestImpl and the CertfificateRequest that points to it.
o OpenSSLCertificateRequestImpl
This class is a subclass of CertificateRequestImpl and is a wrapper for the openssl X509_REQ structure.
o OpenSSLCipherImpl
o OpenSSLContextImpl
A wrapper around SSL_CTX whic is used to store the credentials of a server/client and the trusted ca certs.
o OpenSSLHmacImpl
o OpenSSLKeyFactoryImpl
This class is a subclass of KeyFactoryImpl which has methods for key generation, encoding, and decoding.
o OpenSSLKeyImpl
This class wraps an ssl ENV_PKEY structure which it assumes contains a private and public RSA key pair.
o OpenSSLMessageDigestImpl
This class is instantiated from superclass MessageDigestImpl and uses hash algorithms such as MD5 or SHA1 to produce a fixed length output from an arbitrary-length input messageIt wraps a ssl EVP_MD_CTX.
o OpenSSLPrivateKeyImpl
This class is instantiated from two superclasses OpenSSLKeyImpl and PrivateKeyImpl and wraps the privateKey methods of OpenSSLKeyImpl.
o OpenSSLProviderImpl
This class uses the Open SSL crypto library.
o Akenti
This class is instantiated from two superclasses OpenSSLKeyImpl and PublicKeyImpl and wraps the publicKey methods of OpenSSLKeyImpl.

Alphabetic index Hierarchy of classes



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