Class PemSslBundleProperties.Store
java.lang.Object
org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- Enclosing class:
PemSslBundleProperties
Store properties.
- Since:
- 3.1.0
- Author:
- Scott Frederick, Phillip Webb, Moritz Halbritter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable String@Nullable StringgetType()booleanvoidsetCertificate(@Nullable String certificate) voidsetPrivateKey(@Nullable String privateKey) voidsetPrivateKeyPassword(@Nullable String privateKeyPassword) voidvoidsetVerifyKeys(boolean verifyKeys)
-
Constructor Details
-
Store
public Store()
-
-
Method Details
-
getType
-
setType
-
getCertificate
-
setCertificate
-
getPrivateKey
-
setPrivateKey
-
getPrivateKeyPassword
-
setPrivateKeyPassword
-
isVerifyKeys
public boolean isVerifyKeys() -
setVerifyKeys
public void setVerifyKeys(boolean verifyKeys)
-