com.sun.xml.ws.security.opt.api.keyinfo
Interface DerivedKeyToken

All Known Implementing Classes:
DerivedKey

public interface DerivedKeyToken

Author:
K.Venugopal@sun.com

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.
 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 setSecurityTokenReference(SecurityTokenReferenceType value)
          Sets the value of the securityTokenReference property.
 

Method Detail

getAlgorithm

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

Returns:
possible object is String

getGeneration

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

Returns:
possible object is BigInteger

getId

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

Returns:
possible object is String

getLabel

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

Returns:
possible object is String

getLength

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

Returns:
possible object is BigInteger

getNonce

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

Returns:
possible object is byte[]

getOffset

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

Returns:
possible object is BigInteger

getSecurityTokenReference

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

Returns:
possible object is SecurityTokenReferenceType

setAlgorithm

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

Parameters:
value - allowed object is String

setGeneration

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

Parameters:
value - allowed object is BigInteger

setId

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

Parameters:
value - allowed object is String

setLabel

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

Parameters:
value - allowed object is String

setLength

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

Parameters:
value - allowed object is BigInteger

setNonce

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

Parameters:
value - allowed object is byte[]

setOffset

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

Parameters:
value - allowed object is BigInteger

setSecurityTokenReference

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

Parameters:
value - allowed object is SecurityTokenReferenceType


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