Class 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://docs.oasis-open.org/ws-sx/ws-secureconversation/200512}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://docs.oasis-open.org/ws-sx/ws-secureconversation/200512}Label" minOccurs="0"/>
             <element ref="{http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512}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>