接口的使用
org.springframework.boot.ssl.SslBundle
使用SslBundle的程序包
程序包
说明
Auto-configuration for SSL bundles.
Auto-configuration for web clients.
Auto-configuration for Spring Framework's functional web client.
Client-side HTTP support classes.
Reactor Netty based RSocket server implementation.
Management of trust material that can be used to establish an SSL connection.
Web client utilities.
Embedded reactive web server implementation backed by Netty.
Support for embedded web servers.
Web Services client utilities.
-
org.springframework.boot.autoconfigure.ssl中SslBundle的使用
修饰符和类型类说明final class
修饰符和类型方法说明static SslBundle
PropertiesSslBundle.get
(JksSslBundleProperties properties) Get anSslBundle
for the givenJksSslBundleProperties
.static SslBundle
PropertiesSslBundle.get
(JksSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundle
for the givenJksSslBundleProperties
.static SslBundle
PropertiesSslBundle.get
(PemSslBundleProperties properties) Get anSslBundle
for the givenPemSslBundleProperties
.static SslBundle
PropertiesSslBundle.get
(PemSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundle
for the givenPemSslBundleProperties
. -
org.springframework.boot.autoconfigure.web.client中SslBundle的使用
-
org.springframework.boot.autoconfigure.web.reactive.function.client中SslBundle的使用
-
org.springframework.boot.http.client中SslBundle的使用
修饰符和类型方法说明ClientHttpRequestFactorySettings.ofSslBundle
(SslBundle sslBundle) Return a newClientHttpRequestFactorySettings
using defaults for all settings other than the provided SSL bundle.ClientHttpRequestFactorySettings.withSslBundle
(SslBundle sslBundle) Return a newClientHttpRequestFactorySettings
instance with an updated SSL bundle setting.类型变量类型为SslBundle的org.springframework.boot.http.client中的方法参数修饰符和类型方法说明HttpComponentsClientHttpRequestFactoryBuilder.withTlsSocketStrategyFactory
(Function<SslBundle, org.apache.hc.client5.http.ssl.TlsSocketStrategy> tlsSocketStrategyFactory) Return a newHttpComponentsClientHttpRequestFactoryBuilder
with a replacementTlsSocketStrategy
factory.限定符构造器说明ClientHttpRequestFactorySettings
(ClientHttpRequestFactorySettings.Redirects redirects, Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) 创建ClientHttpRequestFactorySettings
记录类的实例。 -
org.springframework.boot.rsocket.netty中SslBundle的使用
返回变量类型为SslBundle的类型的org.springframework.boot.rsocket.netty中的方法 -
org.springframework.boot.ssl中SslBundle的使用
修饰符和类型方法说明Return anSslBundle
with the provided name.static SslBundle
SslBundle.of
(SslStoreBundle stores) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundle
instance.参数类型为SslBundle的org.springframework.boot.ssl中的方法修饰符和类型方法说明void
DefaultSslBundleRegistry.registerBundle
(String name, SslBundle bundle) void
SslBundleRegistry.registerBundle
(String name, SslBundle bundle) Register a namedSslBundle
.void
DefaultSslBundleRegistry.updateBundle
(String name, SslBundle updatedBundle) void
SslBundleRegistry.updateBundle
(String name, SslBundle updatedBundle) Updates anSslBundle
.类型变量类型为SslBundle的org.springframework.boot.ssl中的方法参数修饰符和类型方法说明void
DefaultSslBundleRegistry.addBundleUpdateHandler
(String name, Consumer<SslBundle> updateHandler) void
SslBundles.addBundleUpdateHandler
(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.参数类型为SslBundle的org.springframework.boot.ssl中的构造器 -
org.springframework.boot.web.client中SslBundle的使用
修饰符和类型方法说明ClientHttpRequestFactorySettings.sslBundle()
已过时, 待删除: 此 API 元素将从以后的版本中删除。返回sslBundle
记录组件的值。修饰符和类型方法说明RestTemplateBuilder.setSslBundle
(SslBundle sslBundle) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Sets the SSL bundle on the underlyingClientHttpRequestFactory
.ClientHttpRequestFactorySettings.withSslBundle
(SslBundle sslBundle) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Return a newClientHttpRequestFactorySettings
instance with an updated SSL bundle setting.参数类型为SslBundle的org.springframework.boot.web.client中的构造器限定符构造器说明ClientHttpRequestFactorySettings
(Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) 已过时, 待删除: 此 API 元素将从以后的版本中删除。创建ClientHttpRequestFactorySettings
记录类的实例。 -
org.springframework.boot.web.embedded.netty中SslBundle的使用
修饰符和类型方法说明protected final reactor.netty.tcp.AbstractProtocolSslContextSpec
<?> SslServerCustomizer.createSslContextSpec
(SslBundle sslBundle) Create anAbstractProtocolSslContextSpec
for a givenSslBundle
.限定符构造器说明SslServerCustomizer
(Http2 http2, Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) 类型变量类型为SslBundle的org.springframework.boot.web.embedded.netty中的构造器参数限定符构造器说明SslServerCustomizer
(Http2 http2, Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) -
org.springframework.boot.web.server中SslBundle的使用
修饰符和类型方法说明static SslBundle
static SslBundle
WebServerSslBundle.get
(Ssl ssl, SslBundles sslBundles) protected final SslBundle
AbstractConfigurableWebServerFactory.getSslBundle()
Return theSslBundle
that should be used with this server.返回变量类型为SslBundle的类型的org.springframework.boot.web.server中的方法 -
org.springframework.boot.webservices.client中SslBundle的使用
修饰符和类型方法说明已过时, 待删除: 此 API 元素将从以后的版本中删除。Set anSslBundle
that will be used to configure a secure connection.
RestTemplateBuilder.sslBundle(SslBundle)