BEA WebLogic Server 9.0 Domain Security Schema Reference

http://www.bea.com/ns/weblogic/90/security
complexType key-storeType

Super Types
{http://www.bea.com/ns/weblogic/90/security}key-storeType (extension)

Documentation
Corresponds to KeyStoreMBean
Properties
This component is not nillable.

Model
<...>
(private-key-store-pass-phrase-encrypted?, root-ca-key-store-pass-phrase-encrypted?, private-key-store-location?, root-ca-key-store-location? )
</...>


Nested Element Summary
xs:stringprivate-key-store-location
          Returns the location of the keystore used to store identities - that is, certificate and private key pairs. 
xs:stringprivate-key-store-pass-phrase-encrypted
          
xs:stringroot-ca-key-store-location
          Returns the location of the keystore used to store trusted certificate authority certificates. 
xs:stringroot-ca-key-store-pass-phrase-encrypted
          
Source
<xs:complexType name="key-storeType">
<xs:complexContent>
<xs:extension base="sec:providerType">
<xs:sequence>
<xs:element minOccurs="0" name="private-key-store-pass-phrase-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="root-ca-key-store-pass-phrase-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="private-key-store-location" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="root-ca-key-store-location" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Security Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation