Interface DerivedKeyToken
-
- All Known Implementing Classes:
DerivedKey
public interface DerivedKeyToken
- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
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 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(SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.- Parameters:
value
- allowed object isSecurityTokenReferenceType
-
-