complexType "tlsTrustStoreType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
/>
Known Direct Subtypes (1):
tlsServerTrustStoreType
All Direct / Indirect Based Elements (8):
server, server, server, tls-server, tls-server, tls-trust-store, tls-trust-store, tls-trust-store
Known Usage Locations
Annotation
Configures a trust store. TLS/SSL connections are made to trusted systems. The public certificates of trusted systems are stored in a keystore (called a trust store) and used to verify that the connection made to a remote system is the expected identity.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="tlsTrustStoreType">
<xsd:attribute name="path" type="xsd:string"/>
<xsd:attribute name="storePassword" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
path
Type:
xsd:string, predefined
Use:
optional
The location (which will be resolved relative to the current classpath and file system, if possible) of the keystore that contains public certificates of trusted servers.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="path" type="xsd:string"/>

storePassword
Type:
xsd:string, predefined
Use:
optional
The password used to protect the trust store.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="storePassword" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.