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 SslStoreProvider
Create anSslStoreProvider
if the appropriate SSL properties are configured.
-
Method Details
-
from
Create anSslStoreProvider
if the appropriate SSL properties are configured.- Parameters:
ssl
- the SSL properties- Returns:
- an
SslStoreProvider
ornull
-