接口的使用
org.springframework.boot.ssl.SslBundleRegistry
使用SslBundleRegistry的程序包
程序包
说明
Auto-configuration for SSL bundles.
Management of trust material that can be used to establish an SSL connection.
-
org.springframework.boot.autoconfigure.ssl中SslBundleRegistry的使用
修饰符和类型方法说明void
SslBundleRegistrar.registerBundles
(SslBundleRegistry registry) Callback method for registeringSslBundle
s with anSslBundleRegistry
. -
org.springframework.boot.ssl中SslBundleRegistry的使用