接口的使用
cn.taketoday.core.ssl.SslStoreBundle
使用SslStoreBundle的程序包
程序包
说明
Management of trust material that can be used to establish an SSL connection.
SSL trust material provider for Java KeyStores.
SSL trust material provider for PEM-encoded certificates.
-
cn.taketoday.core.ssl中SslStoreBundle的使用
修饰符和类型字段说明static final SslStoreBundleSslStoreBundle.NONESslStoreBundlethat returnsnullfor each method.private final SslStoreBundleDefaultSslManagerBundle.storeBundle修饰符和类型方法说明SslBundle.getStores()Return theSslStoreBundlethat can be used to access this bundle's key and trust stores.static SslStoreBundleFactory method to create a newSslStoreBundleinstance.参数类型为SslStoreBundle的cn.taketoday.core.ssl中的方法修饰符和类型方法说明static SslManagerBundleSslManagerBundle.from(SslStoreBundle storeBundle, SslBundleKey key) 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.参数类型为SslStoreBundle的cn.taketoday.core.ssl中的构造器 -
cn.taketoday.core.ssl.jks中SslStoreBundle的使用
-
cn.taketoday.core.ssl.pem中SslStoreBundle的使用