接口的使用
cn.taketoday.core.ssl.SslBundle
使用SslBundle的程序包
程序包
说明
Management of trust material that can be used to establish an SSL connection.
-
cn.taketoday.core.ssl中SslBundle的使用
声明为SslBundle的cn.taketoday.core.ssl中的字段类型参数类型为SslBundle的cn.taketoday.core.ssl中的字段修饰符和类型方法说明(专用程序包) SslBundleDefaultSslBundleRegistry.RegisteredSslBundle.getBundle()Return anSslBundlewith the provided name.static SslBundleSslBundle.of(SslStoreBundle stores) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundleinstance.参数类型为SslBundle的cn.taketoday.core.ssl中的方法修饰符和类型方法说明voidDefaultSslBundleRegistry.registerBundle(String name, SslBundle bundle) voidSslBundleRegistry.registerBundle(String name, SslBundle bundle) Register a namedSslBundle.(专用程序包) voidvoidDefaultSslBundleRegistry.updateBundle(String name, SslBundle updatedBundle) voidSslBundleRegistry.updateBundle(String name, SslBundle updatedBundle) Updates anSslBundle.类型变量类型为SslBundle的cn.taketoday.core.ssl中的方法参数修饰符和类型方法说明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.(专用程序包) voidDefaultSslBundleRegistry.RegisteredSslBundle.addUpdateHandler(Consumer<SslBundle> updateHandler) 参数类型为SslBundle的cn.taketoday.core.ssl中的构造器限定符构造器说明DefaultSslBundleRegistry(String name, SslBundle bundle) (专用程序包)RegisteredSslBundle(String name, SslBundle bundle)