接口的使用
org.springframework.boot.ssl.SslStoreBundle
使用SslStoreBundle的程序包
程序包
说明
Auto-configuration for SSL bundles.
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.
Support for embedded web servers.
-
org.springframework.boot.autoconfigure.ssl中SslStoreBundle的使用
-
org.springframework.boot.ssl中SslStoreBundle的使用
修饰符和类型字段说明static final SslStoreBundle
SslStoreBundle.NONE
SslStoreBundle
that returnsnull
for each method.修饰符和类型方法说明SslBundle.getStores()
Return theSslStoreBundle
that can be used to access this bundle's key and trust stores.static SslStoreBundle
Factory method to create a newSslStoreBundle
instance.修饰符和类型方法说明static SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) static SslBundle
SslBundle.of
(SslStoreBundle stores) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundle
instance. -
org.springframework.boot.ssl.jks中SslStoreBundle的使用
-
org.springframework.boot.ssl.pem中SslStoreBundle的使用
-
org.springframework.boot.web.server中SslStoreBundle的使用