Annotation Interface PemTrustStore
- Since:
- 3.5.0
- Author:
- Phillip Webb
- 
Optional Element SummaryOptional 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
- 
privateKeyString privateKeyThe location or content of the private key in PEM format.- Returns:
- the store private key location or content
 - Default:
- ""
 
- 
privateKeyPasswordString privateKeyPasswordThe password used to decrypt an encrypted private key.- Returns:
- the store private key password
 - Default:
- ""
 
- 
type
 
-