接口的使用
cn.taketoday.core.ssl.SslBundleKey
使用SslBundleKey的程序包
程序包
说明
Management of trust material that can be used to establish an SSL connection.
-
cn.taketoday.core.ssl中SslBundleKey的使用
修饰符和类型字段说明private final SslBundleKeyDefaultSslManagerBundle.keystatic final SslBundleKeySslBundleKey.NONESslBundleKeythat returns no values.修饰符和类型方法说明SslBundle.getKey()Return a reference to the key that should be used for this bundle orNONE.static SslBundleKeyFactory method to create a newSslBundleKeyinstance.static SslBundleKeyFactory method to create a newSslBundleKeyinstance.参数类型为SslBundleKey的cn.taketoday.core.ssl中的方法修饰符和类型方法说明static SslManagerBundleSslManagerBundle.from(SslStoreBundle storeBundle, SslBundleKey key) 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.参数类型为SslBundleKey的cn.taketoday.core.ssl中的构造器