Uses of Class
org.jsslutils.sslcontext.SSLContextFactory.SSLContextFactoryException

Packages that use SSLContextFactory.SSLContextFactoryException
org.jsslutils.sslcontext   
 

Uses of SSLContextFactory.SSLContextFactoryException in org.jsslutils.sslcontext
 

Methods in org.jsslutils.sslcontext that throw SSLContextFactory.SSLContextFactoryException
 void PKIXSSLContextFactory.addCrl(java.security.cert.CRL crl)
          Adds a CRL to the collection used by getCrlCollection() (and thus the trust manager by default).
 void PKIXSSLContextFactory.addCrl(java.io.InputStream crlInputStream)
          Adds a CRL from an InputStream to the collection used by getCrlCollection() (and thus the trust manager by default).
 void PKIXSSLContextFactory.addCrl(java.lang.String crlUrl)
          Adds a CRL from a URL to the collection used by getCrlCollection() (and thus the trust manager by default).
 void PKIXSSLContextFactory.addCrl(java.lang.String crlUrl, long reloadInterval)
          Adds a CRL from a URL to the collection used by getCrlCollection() (and thus the trust manager by default); this CRL will be reloaded periodically.
 void PKIXSSLContextFactory.addCrlCollection(java.util.Collection<? extends java.security.cert.CRL> crlCollection)
          Adds CRLs to the collection used by getCrlCollection() (and thus the trust manager by default).
 java.util.concurrent.Callable<java.security.cert.X509CRL> PKIXSSLContextFactory.addReloadableCrl(java.lang.String crlUrl)
          Adds a CRL from a URL to the collection used by getCrlCollection() (and thus the trust manager by default).
 javax.net.ssl.SSLContext DefaultSSLContextFactory.buildSSLContext()
          Creates a new SSLContext with the context protocol set with setContextProtocol(String).
 javax.net.ssl.SSLContext SSLContextFactory.buildSSLContext()
           
 javax.net.ssl.SSLContext DefaultSSLContextFactory.buildSSLContext(java.lang.String contextProtocol)
          Creates a new SSLContext initialised with getKeyManagers(), getTrustManagers() and getSecureRandom().
 void DefaultSSLContextFactory.configure(java.util.Properties properties)
          Configures some this factory based on values in the properties.
 void SSLContextFactory.configure(java.util.Properties properties)
           
 void X509SSLContextFactory.configure(java.util.Properties properties)
          Configures some this factory based on values in the properties.
protected  java.security.cert.CertStore PKIXSSLContextFactory.getCertStore()
          Returns the CertStore added to the PKIXParameters in getPKIXParameters().
 java.util.Collection<? extends java.security.cert.CRL> PKIXSSLContextFactory.getCrlCollection()
          Returns the Collection of X509CRLs used to initialise the CollectionCertStoreParameters used in getCertStore().
 javax.net.ssl.KeyManager[] DefaultSSLContextFactory.getKeyManagers()
          Returns the KeyManagers to be used for initialising the SSLContext.
 javax.net.ssl.KeyManager[] X509SSLContextFactory.getKeyManagers()
          Gets the trust managers.
protected  java.security.cert.PKIXParameters PKIXSSLContextFactory.getPKIXParameters()
          Returns the PKIXParameters used for initialising the ManagerFactoryParameters in getTrustParams().
protected  javax.net.ssl.KeyManager[] X509SSLContextFactory.getRawKeyManagers()
          Builds KeyManagers from the key store provided in the constructor, using a SunX509 KeyManagerFactory.
protected  javax.net.ssl.TrustManager[] X509SSLContextFactory.getRawTrustManagers()
          Builds TrustManagers from the trust store provided in the constructor, using a SunX509 TrustManagerFactory.
protected  javax.net.ssl.TrustManager[] PKIXSSLContextFactory.getRawTrustManagers()
          Builds TrustManagers from the trust store provided in the constructor, using a PKIX TrustManagerFactory.
 java.security.SecureRandom DefaultSSLContextFactory.getSecureRandom()
          Returns the SecureRandom to be used for initialising the SSLContext.
 javax.net.ssl.TrustManager[] DefaultSSLContextFactory.getTrustManagers()
          Returns the TrustManagers to be used for initialising the SSLContext.
 javax.net.ssl.TrustManager[] X509SSLContextFactory.getTrustManagers()
          Gets the trust managers.
protected  javax.net.ssl.ManagerFactoryParameters PKIXSSLContextFactory.getTrustParams()
          Returns the ManagerFactoryParameters used for initialising the TrustManagerFactory in getTrustManagers().
 java.security.cert.CRL PKIXSSLContextFactory.loadCrl(java.io.InputStream crlInputStream)
          Builds a CRL object from an InputStream.
 java.security.cert.CRL PKIXSSLContextFactory.loadCrl(java.lang.String crlUrl)
          Builds a CRL object from a URL.
 



Copyright © 2011. All Rights Reserved.