Class SslConfigurationValidator
java.lang.Object
org.springframework.boot.web.server.SslConfigurationValidator
@Deprecated(since="3.1.0",
            forRemoval=true)
public final class SslConfigurationValidator
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Provides utilities around SSL.
- Since:
 - 2.1.13
 - Author:
 - Chris Bono
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateKeyAlias(KeyStore keyStore, String keyAlias) Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Details
- 
validateKeyAlias
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
SslBundleKey.assertContainsAlias(KeyStore)