Interface | Description |
---|---|
SSLContextFactory | |
X509KeyManagerWrapper |
This interface represents a wrapper for an X509KeyManager.
|
X509TrustManagerWrapper |
This interface represents a wrapper for an X509TrustManager.
|
Class | Description |
---|---|
DefaultSSLContextFactory |
This class is a factory that provides methods for creating an SSLContext
configured with the settings set in this factory.
|
PKIXSSLContextFactory |
This class is a factory that provides methods for creating an SSLContext
configured with the settings set in this factory: using the PKIX algorithm
for both the key manager and the trust manager.
|
ReloadableX509CRL |
This class is a wrapper for an X509CRL object that allows it to be re-loaded.
|
X509SSLContextFactory |
This class is a factory that provides methods for creating an SSLContext
configured with the settings set in this factory: using the SunX509 algorithm
for both the key manager and the trust manager.
|
Exception | Description |
---|---|
SSLContextFactory.SSLContextFactoryException |
This class is a wrapper exception for most exceptions that can occur when
using an SSLContextFactory.
|
Copyright © 2013. All rights reserved.