Class SslStoreProviderFactory
java.lang.Object
org.springframework.boot.web.server.SslStoreProviderFactory
Creates an
SslStoreProvider based on SSL configuration properties.- Since:
- 3.1.0
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionstatic SslStoreProviderCreate anSslStoreProviderif the appropriate SSL properties are configured.
-
Method Details
-
from
Create anSslStoreProviderif the appropriate SSL properties are configured.- Parameters:
ssl- the SSL properties- Returns:
- an
SslStoreProviderornull
-