BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element max-encrypt-bits

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The maximum encryption key length (in bits) this remote Tuxedo
 access point uses when establishing a session connection. A value
 of 0 indicates no encryption is used.

 <p style="font-weight: bold">Value Restrictions:


  - The value of the MaxEncryptBits attribute must be greater than
 or equal to the value of the MinEncrypBits attribute.



  - A MaxEncryptBits of 40 can be used only with domains running
 Tuxedo 7.1 or higher.
Properties
This component is not nillable.

Model
<max-encrypt-bits>

</max-encrypt-bits>

Source
<xs:element minOccurs="0" name="max-encrypt-bits" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="0"/>
<xs:enumeration value="40"/>
<xs:enumeration value="56"/>
<xs:enumeration value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation