类的使用
cn.taketoday.core.ssl.NoSuchSslBundleException
使用NoSuchSslBundleException的程序包
程序包
说明
Management of trust material that can be used to establish an SSL connection.
-
cn.taketoday.core.ssl中NoSuchSslBundleException的使用
修饰符和类型方法说明voidDefaultSslBundleRegistry.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) voidSslBundles.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.Return anSslBundlewith the provided name.DefaultSslBundleRegistry.getRegistered(String name) voidSslBundleRegistry.updateBundle(String name, SslBundle updatedBundle) Updates anSslBundle.