Uses of Class
org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
Packages that use PemSslBundleProperties
-
Uses of PemSslBundleProperties in org.springframework.boot.autoconfigure.ssl
Methods in org.springframework.boot.autoconfigure.ssl that return types with arguments of type PemSslBundlePropertiesMethods in org.springframework.boot.autoconfigure.ssl with parameters of type PemSslBundlePropertiesModifier and TypeMethodDescriptionstatic SslBundle
PropertiesSslBundle.get
(PemSslBundleProperties properties) Get anSslBundle
for the givenPemSslBundleProperties
.static SslBundle
PropertiesSslBundle.get
(PemSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundle
for the givenPemSslBundleProperties
.