Modifier and Type | Field and Description |
---|---|
protected KeystoreBeanBuilder |
KeystoreBeanBuilder.self |
Modifier and Type | Method and Description |
---|---|
KeystoreBeanBuilder |
KeystoreBeanBuilder.but()
Returns a clone of this builder.
|
KeystoreBeanBuilder |
KeystoreBeanBuilder.withJksPath(String value)
Sets the default value for the
KeystoreBean.jksPath property. |
KeystoreBeanBuilder |
KeystoreBeanBuilder.withKeystoreAlias(String value)
Sets the default value for the
KeystoreBean.keystoreAlias property. |
KeystoreBeanBuilder |
KeystoreBeanBuilder.withKeystorePassword(String value)
Sets the default value for the
KeystoreBean.keystorePassword property. |
KeystoreBeanBuilder |
KeystoreBeanBuilder.withKeystorePrivateKeyPassword(String value)
Sets the default value for the
KeystoreBean.keystorePrivateKeyPassword property. |
KeystoreBeanBuilder |
KeystoreBeanBuilder.withKeystoreResource(org.springframework.core.io.Resource value)
Sets the default value for the
KeystoreBean.keystoreResource property. |
Copyright © 2017. All rights reserved.