element <tls-key-store>
Namespace:
Type:
Content:
empty, 5 attributes
Defined:
Content Model Diagram
XML Representation Summary
<tls-key-store
    path
 = 
xsd:string
    class
 = 
(xsd:string | xsd:string)
    keyPassword
 = 
xsd:string
    storePassword
 = 
xsd:string
    algorithm
 = 
xsd:string
/>
Included in content model of elements (2):
Annotation
Configures the direct key store with the following attributes: * path: 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 * class: The type of keystore used (a Java class name) * keyPassword: The password used to protect the private key * storePassword: The password used to protect the keystore * algorithm: The algorithm used by the keystore
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-key-store" type="mule:tlsKeyStoreType"/>

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.