接口的使用
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 SslStoreBundleSslStoreBundle.NONESslStoreBundlethat returnsnullfor each method.修饰符和类型方法说明SslBundle.getStores()Return theSslStoreBundlethat can be used to access this bundle's key and trust stores.static SslStoreBundleFactory method to create a newSslStoreBundleinstance.修饰符和类型方法说明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. -
org.springframework.boot.ssl.jks中SslStoreBundle的使用
-
org.springframework.boot.ssl.pem中SslStoreBundle的使用
-
org.springframework.boot.web.server中SslStoreBundle的使用