Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.tomcat.util.net.jsse

Interface Summary
JSSEFactory Factory interface to construct components based on the JSSE version in use.
 

Class Summary
JSSE13Factory Implementation class for JSSEFactory for JSSE 1.0.x (that is an extension to the 1.3 JVM).
JSSE13SocketFactory SSL server socket factory.
JSSE14Factory Implementation class for JSSEFactory for JSSE 1.1.x (that ships with the 1.4 JVM).
JSSE14SocketFactory SSL server socket factory.
JSSE14Support  
JSSE14Support.Listener  
JSSEImplementation  
JSSEKeyManager 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 SSL server socket factory.
JSSESupport