接口的使用
org.springframework.boot.ssl.SslManagerBundle
使用SslManagerBundle的程序包
程序包
说明
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中SslManagerBundle的使用
-
org.springframework.boot.ssl中SslManagerBundle的使用
修饰符和类型方法说明static SslManagerBundleSslManagerBundle.from(TrustManager... trustManagers) Factory method to create a newSslManagerBundleusing the givenTrustManagersand the defaultKeyManagerFactory.static SslManagerBundleSslManagerBundle.from(TrustManagerFactory trustManagerFactory) Factory method to create a newSslManagerBundleusing the givenTrustManagerFactoryand the defaultKeyManagerFactory.static SslManagerBundleSslManagerBundle.from(SslStoreBundle storeBundle, SslBundleKey key) SslBundle.getManagers()static SslManagerBundleSslManagerBundle.of(KeyManagerFactory keyManagerFactory, TrustManagerFactory trustManagerFactory) Factory method to create a newSslManagerBundleinstance.修饰符和类型方法说明static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundleinstance. -
org.springframework.boot.web.server中SslManagerBundle的使用