接口的使用
org.springframework.boot.ssl.SslBundleKey
使用SslBundleKey的程序包
程序包
说明
Auto-configuration for SSL bundles.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
org.springframework.boot.autoconfigure.ssl中SslBundleKey的使用
-
org.springframework.boot.ssl中SslBundleKey的使用
修饰符和类型方法说明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的org.springframework.boot.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. -
org.springframework.boot.web.server中SslBundleKey的使用