接口的使用
cn.taketoday.core.ssl.SslOptions
使用SslOptions的程序包
程序包
说明
Management of trust material that can be used to establish an SSL connection.
-
cn.taketoday.core.ssl中SslOptions的使用
声明为SslOptions的cn.taketoday.core.ssl中的字段修饰符和类型方法说明SslBundle.getOptions()ReturnSslOptionsthat should be applied when establishing the SSL connection.static SslOptionsFactory method to create a newSslOptionsinstance.static SslOptionsFactory method to create a newSslOptionsinstance.参数类型为SslOptions的cn.taketoday.core.ssl中的方法修饰符和类型方法说明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.