element <password-encryption-strategy>
Namespace:
Type:
Content:
empty, 4 attributes
Defined:
locally within securityManagerType complexType in mule.xsd; see XML source
Content Model Diagram
XML Representation Summary
<password-encryption-strategy
    name
 = 
(xsd:string | xsd:NMTOKEN)
    password
 = 
xsd:string
    salt
 = 
xsd:string
    iterationCount
 = 
(xsd:string | xsd:int)
/>
Included in content model of elements (1):
Annotation
Provides password-based encryption using JCE. Users must specify a password and optionally a salt and iteration count as well. The default algorithm is PBEWithMD5AndDES, but users can specify any valid algorithm supported by JCE.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="password-encryption-strategy" type="passwordEncryptionStrategyType"/>

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.