complexType "tlsKeyStoreType"
Namespace:
Content:
empty, 5 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    path
 = 
xsd:string
    class
 = 
(xsd:string | xsd:string)
    keyPassword
 = 
xsd:string
    storePassword
 = 
xsd:string
    algorithm
 = 
xsd:string
/>
All Direct / Indirect Based Elements (5):
Known Usage Locations
Annotation
Configures key stores. TLS/SSL connections are made on behalf of an entity, which can be anonymous or identified by a certificate. This interface specifies how a keystore can be used to provide the certificates (and associated private keys) necessary for identification.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="tlsKeyStoreType">
<xsd:attribute name="path" type="xsd:string"/>
<xsd:attribute name="class" type="substitutableClass"/>
<xsd:attribute name="keyPassword" type="xsd:string"/>
<xsd:attribute name="storePassword" type="xsd:string"/>
<xsd:attribute name="algorithm" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 5/5)
algorithm
Type:
xsd:string, predefined
Use:
optional
The algorithm used by the key store.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="algorithm" type="xsd:string"/>

class
Type:
Use:
optional
The type of keystore used (a Java class name).
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="substitutableClass"/>

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

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 and private keys for identification.
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 keystore.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="storePassword" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.