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 String
getType()
boolean
void
setCertificate
(@Nullable String certificate) void
setPrivateKey
(@Nullable String privateKey) void
setPrivateKeyPassword
(@Nullable String privateKeyPassword) void
void
setVerifyKeys
(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)
-