public class DelegateToApplicationSslContextFactory
extends org.eclipse.jetty.util.ssl.SslContextFactory
| Constructor and Description |
|---|
DelegateToApplicationSslContextFactory()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
getTrustManagers(KeyStore trustStore,
Collection<? extends CRL> crls) |
addExcludeCipherSuites, addExcludeProtocols, checkKeyStore, checkNotStarted, customize, deduceKeyLength, doStart, doStop, getCertAlias, getCertChain, getCrlPath, getExcludeCipherSuites, getExcludeProtocols, getIncludeCipherSuites, getIncludeProtocols, getKeyManagers, getKeyStorePath, getKeyStoreProvider, getKeyStoreType, getMaxCertPathLength, getNeedClientAuth, getOcspResponderURL, getProtocol, getProvider, getSecureRandomAlgorithm, getSslContext, getSslKeyManagerFactoryAlgorithm, getSslSessionCacheSize, getSslSessionTimeout, getTrustManagerFactoryAlgorithm, getTrustStore, getTrustStoreProvider, getTrustStoreType, getWantClientAuth, isEnableCRLDP, isEnableOCSP, isRenegotiationAllowed, isSessionCachingEnabled, isTrustAll, isValidateCerts, isValidatePeerCerts, loadCRL, loadKeyStore, loadTrustStore, newSSLEngine, newSSLEngine, newSSLEngine, newSslServerSocket, newSslSocket, selectCipherSuites, selectProtocols, setCertAlias, setCrlPath, setEnableCRLDP, setEnableOCSP, setEndpointIdentificationAlgorithm, setExcludeCipherSuites, setExcludeProtocols, setIncludeCipherSuites, setIncludeProtocols, setKeyManagerPassword, setKeyStore, setKeyStorePassword, setKeyStorePath, setKeyStoreProvider, setKeyStoreResource, setKeyStoreType, setMaxCertPathLength, setNeedClientAuth, setOcspResponderURL, setProtocol, setProvider, setRenegotiationAllowed, setSecureRandomAlgorithm, setSessionCachingEnabled, setSslContext, setSslKeyManagerFactoryAlgorithm, setSslSessionCacheSize, setSslSessionTimeout, setTrustAll, setTrustManagerFactoryAlgorithm, setTrustStore, setTrustStorePassword, setTrustStorePath, setTrustStoreProvider, setTrustStoreResource, setTrustStoreType, setValidateCerts, setValidatePeerCerts, setWantClientAuth, toStringpublic DelegateToApplicationSslContextFactory()
SslContextFactory.setWantClientAuth(boolean) to true and SslContextFactory.setValidateCerts(boolean) to false.protected TrustManager[] getTrustManagers(KeyStore trustStore, Collection<? extends CRL> crls) throws Exception
getTrustManagers in class org.eclipse.jetty.util.ssl.SslContextFactoryExceptionCopyright © 1999–2014. All rights reserved.