Class PemSslBundleProperties.Store
java.lang.Object
org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- Enclosing class:
- PemSslBundleProperties
Store properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setCertificate
(String certificate) void
setPrivateKey
(String privateKey) void
setPrivateKeyPassword
(String privateKeyPassword) void
-
Constructor Details
-
Store
public Store()
-
-
Method Details
-
getType
-
setType
-
getCertificate
-
setCertificate
-
getPrivateKey
-
setPrivateKey
-
getPrivateKeyPassword
-
setPrivateKeyPassword
-