Class PropertiesSslBundle
java.lang.Object
org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- All Implemented Interfaces:
org.springframework.boot.ssl.SslBundle
public final class PropertiesSslBundle
extends Object
implements org.springframework.boot.ssl.SslBundle
- Since:
- 3.1.0
-
Field Summary
Fields inherited from interface org.springframework.boot.ssl.SslBundle
DEFAULT_PROTOCOL -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.boot.ssl.SslBundleget(JksSslBundleProperties properties) Get anSslBundlefor the givenJksSslBundleProperties.static org.springframework.boot.ssl.SslBundleget(PemSslBundleProperties properties) Get anSslBundlefor the givenPemSslBundleProperties.org.springframework.boot.ssl.SslBundleKeygetKey()org.springframework.boot.ssl.SslManagerBundleorg.springframework.boot.ssl.SslOptionsorg.springframework.boot.ssl.SslStoreBundletoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.boot.ssl.SslBundle
createSslContext
-
Method Details
-
getStores
public org.springframework.boot.ssl.SslStoreBundle getStores()- Specified by:
getStoresin interfaceorg.springframework.boot.ssl.SslBundle
-
getKey
public org.springframework.boot.ssl.SslBundleKey getKey()- Specified by:
getKeyin interfaceorg.springframework.boot.ssl.SslBundle
-
getOptions
public org.springframework.boot.ssl.SslOptions getOptions()- Specified by:
getOptionsin interfaceorg.springframework.boot.ssl.SslBundle
-
getProtocol
- Specified by:
getProtocolin interfaceorg.springframework.boot.ssl.SslBundle
-
getManagers
public org.springframework.boot.ssl.SslManagerBundle getManagers()- Specified by:
getManagersin interfaceorg.springframework.boot.ssl.SslBundle
-
get
Get anSslBundlefor the givenPemSslBundleProperties.- Parameters:
properties- the source properties- Returns:
- an
SslBundleinstance
-
get
Get anSslBundlefor the givenJksSslBundleProperties.- Parameters:
properties- the source properties- Returns:
- an
SslBundleinstance
-
toString
-