接口的使用
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中的字段修饰符和类型方法说明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.参数类型为SslBundle的cn.taketoday.core.ssl中的构造器