接口的使用
cn.taketoday.core.ssl.SslManagerBundle
使用SslManagerBundle的程序包
程序包
说明
Management of trust material that can be used to establish an SSL connection.
-
cn.taketoday.core.ssl中SslManagerBundle的使用
修饰符和类型方法说明static SslManagerBundleSslManagerBundle.from(SslStoreBundle storeBundle, SslBundleKey key) SslBundle.getManagers()static SslManagerBundleSslManagerBundle.of(KeyManagerFactory keyManagerFactory, TrustManagerFactory trustManagerFactory) Factory method to create a newSslManagerBundleinstance.参数类型为SslManagerBundle的cn.taketoday.core.ssl中的方法修饰符和类型方法说明static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundleinstance.