Annotation Interface PemKeyStore
- Since:
- 3.5.0
- Author:
- Phillip Webb
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe 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()
.
-
Element Details
-
value
-
certificate
-
privateKey
String privateKeyThe location or content of the private key in PEM format.- Returns:
- the store private key location or content
- Default:
""
-
privateKeyPassword
String privateKeyPasswordThe password used to decrypt an encrypted private key.- Returns:
- the store private key password
- Default:
""
-
type
-