com.sun.xml.ws.security.secconv.impl.wssx.bindings
Class DerivedKeyTokenType

java.lang.Object
  extended by com.sun.xml.ws.security.secconv.impl.wssx.bindings.DerivedKeyTokenType

public class DerivedKeyTokenType
extends Object

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 name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String algorithm
           
protected  BigInteger generation
           
protected  String id
           
protected  String label
           
protected  BigInteger length
           
protected  byte[] nonce
           
protected  BigInteger offset
           
protected  PropertiesType properties
           
protected  SecurityTokenReferenceType securityTokenReference
           
 
Constructor Summary
DerivedKeyTokenType()
           
 
Method Summary
 String getAlgorithm()
          Gets the value of the algorithm property.
 BigInteger getGeneration()
          Gets the value of the generation property.
 String getId()
          Gets the value of the id property.
 String getLabel()
          Gets the value of the label property.
 BigInteger getLength()
          Gets the value of the length property.
 byte[] getNonce()
          Gets the value of the nonce property.
 BigInteger getOffset()
          Gets the value of the offset property.
 PropertiesType getProperties()
          Gets the value of the properties property.
 SecurityTokenReferenceType getSecurityTokenReference()
          Gets the value of the securityTokenReference property.
 void setAlgorithm(String value)
          Sets the value of the algorithm property.
 void setGeneration(BigInteger value)
          Sets the value of the generation property.
 void setId(String value)
          Sets the value of the id property.
 void setLabel(String value)
          Sets the value of the label property.
 void setLength(BigInteger value)
          Sets the value of the length property.
 void setNonce(byte[] value)
          Sets the value of the nonce property.
 void setOffset(BigInteger value)
          Sets the value of the offset property.
 void setProperties(PropertiesType value)
          Sets the value of the properties property.
 void setSecurityTokenReference(SecurityTokenReferenceType value)
          Sets the value of the securityTokenReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityTokenReference

protected SecurityTokenReferenceType securityTokenReference

properties

protected PropertiesType properties

generation

protected BigInteger generation

offset

protected BigInteger offset

length

protected BigInteger length

label

protected String label

nonce

protected byte[] nonce

algorithm

protected String algorithm

id

protected String id
Constructor Detail

DerivedKeyTokenType

public DerivedKeyTokenType()
Method Detail

getSecurityTokenReference

public SecurityTokenReferenceType getSecurityTokenReference()
Gets the value of the securityTokenReference property.

Returns:
possible object is SecurityTokenReferenceType

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.

Parameters:
value - allowed object is SecurityTokenReferenceType

getProperties

public PropertiesType getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertiesType

setProperties

public void setProperties(PropertiesType value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertiesType

getGeneration

public BigInteger getGeneration()
Gets the value of the generation property.

Returns:
possible object is BigInteger

setGeneration

public void setGeneration(BigInteger value)
Sets the value of the generation property.

Parameters:
value - allowed object is BigInteger

getOffset

public BigInteger getOffset()
Gets the value of the offset property.

Returns:
possible object is BigInteger

setOffset

public void setOffset(BigInteger value)
Sets the value of the offset property.

Parameters:
value - allowed object is BigInteger

getLength

public BigInteger getLength()
Gets the value of the length property.

Returns:
possible object is BigInteger

setLength

public void setLength(BigInteger value)
Sets the value of the length property.

Parameters:
value - allowed object is BigInteger

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getNonce

public byte[] getNonce()
Gets the value of the nonce property.

Returns:
possible object is byte[]

setNonce

public void setNonce(byte[] value)
Sets the value of the nonce property.

Parameters:
value - allowed object is byte[]

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.