org.apache.tomcat.util.net.jsse |
|
Java Source File Name | Type | Comment |
JSSEFactory.java | Class | Factory interface to construct components based on the JSSE version
in use. |
JSSEImplementation.java | Class | |
JSSEKeyManager.java | Class | X509KeyManager which allows selection of a specific keypair and certificate
chain (identified by their keystore alias name) to be used by the server to
authenticate itself to SSL clients. |
JSSESocketFactory.java | Class | SSL server socket factory. |
JSSESupport.java | Class | JSSESupport
Concrete implementation class for JSSE
Support classes.
This will only work with JDK 1.2 and up since it
depends on JDK 1.2's certificate support
author: EKR author: Craig R. |