批注接口 PemKeyStore
- 从以下版本开始:
- 3.5.0
- 作者:
- Phillip Webb
-
可选元素概要
可选元素修饰符和类型可选元素说明The location or content of the certificate or certificate chain in PEM format.The location or content of the private key in PEM format.The password used to decrypt an encrypted private key.The type of the store to create, e.g.Alias forcertificate()
.
-
元素详细资料
-
value
Alias forcertificate()
.- 返回:
- the store certificate
- 默认值:
""
-
certificate
The location or content of the certificate or certificate chain in PEM format.- 返回:
- the store certificate location or content
- 默认值:
""
-
privateKey
String privateKeyThe location or content of the private key in PEM format.- 返回:
- the store private key location or content
- 默认值:
""
-
privateKeyPassword
String privateKeyPasswordThe password used to decrypt an encrypted private key.- 返回:
- the store private key password
- 默认值:
""
-
type
String typeThe type of the store to create, e.g. JKS.- 返回:
- the store type
- 默认值:
""
-