org.eclipse.jetty.http.ssl
类 SslContextFactory

java.lang.Object
  继承者 org.eclipse.jetty.util.component.AbstractLifeCycle
      继承者 org.eclipse.jetty.util.ssl.SslContextFactory
          继承者 org.eclipse.jetty.http.ssl.SslContextFactory
所有已实现的接口:
LifeCycle

已过时。 Use org.eclipse.jetty.util.ssl.SslContextFactory

public class SslContextFactory
extends SslContextFactory


嵌套类摘要
 
从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的嵌套类/接口
AbstractLifeCycle.AbstractLifeCycleListener
 
从接口 org.eclipse.jetty.util.component.LifeCycle 继承的嵌套类/接口
LifeCycle.Listener
 
字段摘要
 
从类 org.eclipse.jetty.util.ssl.SslContextFactory 继承的字段
DEFAULT_KEYMANAGERFACTORY_ALGORITHM, DEFAULT_KEYSTORE_PATH, DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM, KEYPASSWORD_PROPERTY, PASSWORD_PROPERTY, TRUST_ALL_CERTS
 
从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的字段
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
构造方法摘要
SslContextFactory()
          已过时。  
SslContextFactory(boolean trustAll)
          已过时。  
SslContextFactory(String keyStorePath)
          已过时。  
 
方法摘要
 
从类 org.eclipse.jetty.util.ssl.SslContextFactory 继承的方法
addExcludeCipherSuites, addExcludeProtocols, checkKeyStore, checkNotStarted, customize, doStart, getCertAlias, getCrlPath, getExcludeCipherSuites, getExcludeProtocols, getIncludeCipherSuites, getIncludeProtocols, getKeyManagers, getKeyStore, getKeyStore, getKeyStoreInputStream, getKeyStorePath, getKeyStoreProvider, getKeyStoreType, getMaxCertPathLength, getNeedClientAuth, getOcspResponderURL, getProtocol, getProvider, getSecureRandomAlgorithm, getSslContext, getSslKeyManagerFactoryAlgorithm, getSslSessionCacheSize, getSslSessionTimeout, getTrustManagerFactoryAlgorithm, getTrustManagers, getTrustStore, getTrustStoreInputStream, getTrustStoreProvider, getTrustStoreType, getValidateCerts, getWantClientAuth, isAllowRenegotiate, isEnableCRLDP, isEnableOCSP, isSessionCachingEnabled, isTrustAll, isValidateCerts, isValidatePeerCerts, loadCRL, loadKeyStore, loadTrustStore, newSslEngine, newSslEngine, newSslServerSocket, newSslSocket, selectCipherSuites, selectProtocols, setAllowRenegotiate, setCertAlias, setCrlPath, setEnableCRLDP, setEnableOCSP, setExcludeCipherSuites, setExcludeProtocols, setIncludeCipherSuites, setIncludeProtocols, setKeyManagerPassword, setKeyStore, setKeyStore, setKeyStoreInputStream, setKeyStorePassword, setKeyStorePath, setKeyStoreProvider, setKeyStoreResource, setKeyStoreType, setMaxCertPathLength, setNeedClientAuth, setOcspResponderURL, setProtocol, setProvider, setSecureRandomAlgorithm, setSessionCachingEnabled, setSslContext, setSslKeyManagerFactoryAlgorithm, setSslSessionCacheSize, setSslSessionTimeout, setTrustAll, setTrustManagerFactoryAlgorithm, setTrustStore, setTrustStore, setTrustStoreInputStream, setTrustStorePassword, setTrustStoreProvider, setTrustStoreResource, setTrustStoreType, setValidateCerts, setValidatePeerCerts, setWantClientAuth, toString
 
从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的方法
addLifeCycleListener, doStop, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SslContextFactory

public SslContextFactory()
已过时。 

SslContextFactory

public SslContextFactory(boolean trustAll)
已过时。 

SslContextFactory

public SslContextFactory(String keyStorePath)
已过时。 


Copyright © 2013. All Rights Reserved.