Interface DerivedKeyToken
-
- All Known Implementing Classes:
DerivedKey
public interface DerivedKeyToken- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlgorithm()Gets the value of the algorithm property.BigIntegergetGeneration()Gets the value of the generation property.StringgetId()Gets the value of the id property.StringgetLabel()Gets the value of the label property.BigIntegergetLength()Gets the value of the length property.byte[]getNonce()Gets the value of the nonce property.BigIntegergetOffset()Gets the value of the offset property.com.sun.xml.ws.security.secext10.SecurityTokenReferenceTypegetSecurityTokenReference()Gets the value of the securityTokenReference property.voidsetAlgorithm(String value)Sets the value of the algorithm property.voidsetGeneration(BigInteger value)Sets the value of the generation property.voidsetId(String value)Sets the value of the id property.voidsetLabel(String value)Sets the value of the label property.voidsetLength(BigInteger value)Sets the value of the length property.voidsetNonce(byte[] value)Sets the value of the nonce property.voidsetOffset(BigInteger value)Sets the value of the offset property.voidsetSecurityTokenReference(com.sun.xml.ws.security.secext10.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
-
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
com.sun.xml.ws.security.secext10.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 isString
-
setGeneration
void setGeneration(BigInteger value)
Sets the value of the generation property.- Parameters:
value- allowed object isBigInteger
-
setId
void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
setLabel
void setLabel(String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
setLength
void setLength(BigInteger value)
Sets the value of the length property.- Parameters:
value- allowed object isBigInteger
-
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 isBigInteger
-
setSecurityTokenReference
void setSecurityTokenReference(com.sun.xml.ws.security.secext10.SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.- Parameters:
value- allowed object isSecurityTokenReferenceType
-
-