类 PemSslBundleProperties.Store
java.lang.Object
org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
Store properties.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getType()
boolean
void
setCertificate
(String certificate) void
setPrivateKey
(String privateKey) void
setPrivateKeyPassword
(String privateKeyPassword) void
void
setVerifyKeys
(boolean verifyKeys)
-
构造器详细资料
-
Store
public Store()
-
-
方法详细资料
-
getType
-
setType
-
getCertificate
-
setCertificate
-
getPrivateKey
-
setPrivateKey
-
getPrivateKeyPassword
-
setPrivateKeyPassword
-
isVerifyKeys
public boolean isVerifyKeys() -
setVerifyKeys
public void setVerifyKeys(boolean verifyKeys)
-