KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > X509KeyManager > Top Examples

  • com.sun.enterprise.security.ssl.J2EEKeyManager
    This a J2EE specific Key Manager class that is used to select user certificates for SSL client authentication. It delegates most of the functionality to the provider specific KeyManager class. @author Vivek Nagar @author Harpreet Singh
  • com.sun.enterprise.security.ssl.UnifiedX509KeyManager
    This class combines an array of X509KeyManagers into one. @author Shing Wai Chan
  • org.jboss.axis.components.net.JSSE14SocketFactory
    SSL server socket factory. It _requires_ a valid RSA key and JSSE. This is derived from the tomcat source. @author Harish Prabandham @author Costin Manolache @author Stefan Freyr Stefansson @author EKR -- renamed to JSSESocketFactory @author Jan Luehe @author <a HREF="jason.greene@jboss.com"&g ...
  • org.ofbiz.base.util.AliasKeyManager
    AliasKeyManager - KeyManager used to specify a certificate alias @author <a HREF="mailto:jaz@ofbiz.org">Andy Zeneski</a> @version $Rev: 5462 $ @since 3.0
  • com.sun.enterprise.security.SSLUtils
    Handy class containing static functions. @author Harpreet Singh @author Vivek Nagar @author Shing Wai Chan
  • org.apache.tomcat.util.net.jsse.JSSESocketFactory
    SSL server socket factory. It _requires_ a valid RSA key and JSSE. @author Harish Prabandham @author Costin Manolache @author Stefan Freyr Stefansson @author EKR -- renamed to JSSESocketFactory @author Jan Luehe @author Bill Barker
Popular Tags