public interface DerivedKeyToken
| Modifier and Type | Method and 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.
|
String getAlgorithm()
StringBigInteger getGeneration()
BigIntegerBigInteger getLength()
BigIntegerbyte[] getNonce()
BigInteger getOffset()
BigIntegerSecurityTokenReferenceType getSecurityTokenReference()
SecurityTokenReferenceTypevoid setAlgorithm(String value)
value - allowed object is
Stringvoid setGeneration(BigInteger value)
value - allowed object is
BigIntegervoid setId(String value)
value - allowed object is
Stringvoid setLabel(String value)
value - allowed object is
Stringvoid setLength(BigInteger value)
value - allowed object is
BigIntegervoid setNonce(byte[] value)
value - allowed object is
byte[]void setOffset(BigInteger value)
value - allowed object is
BigIntegervoid setSecurityTokenReference(SecurityTokenReferenceType value)
value - allowed object is
SecurityTokenReferenceTypeCopyright © 2005–2018 Oracle Corporation. All rights reserved.