Uses of Class
org.apache.commons.ssl.KeyMaterial

Packages that use KeyMaterial
org.apache.commons.ssl   
 

Uses of KeyMaterial in org.apache.commons.ssl
 

Fields in org.apache.commons.ssl declared as KeyMaterial
static KeyMaterial TomcatServerXML.KEY_MATERIAL
          KeyMaterial extracted from Tomcat's conf/server.xml.
 

Methods in org.apache.commons.ssl with parameters of type KeyMaterial
 void SSLServer.setKeyMaterial(KeyMaterial keyMaterial)
           
protected abstract  java.lang.Object JavaImpl.initSSL(SSL ssl, TrustChain tc, KeyMaterial km)
           
static java.lang.Object JavaImpl.init(SSL ssl, TrustChain trustChain, KeyMaterial keyMaterial)
           
protected  java.lang.Object Java13.initSSL(SSL ssl, TrustChain tc, KeyMaterial k)
           
 void SSL.setKeyMaterial(KeyMaterial keyMaterial)
           
 void SSLClient.setKeyMaterial(KeyMaterial keyMaterial)
           
protected  java.lang.Object Java14.initSSL(SSL ssl, TrustChain tc, KeyMaterial k)
           
 

Constructors in org.apache.commons.ssl with parameters of type KeyMaterial
Java14KeyManagerWrapper(javax.net.ssl.X509KeyManager m, KeyMaterial km, SSL h)
           
Java13KeyManagerWrapper(com.sun.net.ssl.X509KeyManager m, KeyMaterial km, SSL h)
           
 



Copyright © 2011. All Rights Reserved.