クラス PemSslBundleProperties.Store
java.lang.ObjectSE
org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- 含まれているクラス:
- PemSslBundleProperties
プロパティを保存します。
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getType()
boolean
void
setCertificate
(StringSE certificate) void
setPrivateKey
(StringSE privateKey) void
setPrivateKeyPassword
(StringSE 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)