Class DerivedKeyTokenType

java.lang.Object
org.apache.wss4j.binding.wssc.AbstractDerivedKeyTokenType
org.apache.wss4j.binding.wssc200502.DerivedKeyTokenType

public class DerivedKeyTokenType extends AbstractDerivedKeyTokenType

Java class for DerivedKeyTokenType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DerivedKeyTokenType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}SecurityTokenReference" minOccurs="0"/>
         <element name="Properties" type="{http://schemas.xmlsoap.org/ws/2005/02/sc}PropertiesType" minOccurs="0"/>
         <sequence minOccurs="0">
           <choice>
             <element name="Generation" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
             <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
           </choice>
           <element name="Length" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
         </sequence>
         <element ref="{http://schemas.xmlsoap.org/ws/2005/02/sc}Label" minOccurs="0"/>
         <element ref="{http://schemas.xmlsoap.org/ws/2005/02/sc}Nonce" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/>
       <attribute name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>