public abstract class AbstractDerivedKeyTokenType extends Object
Constructor and Description |
---|
AbstractDerivedKeyTokenType() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAlgorithm() |
abstract BigInteger |
getGeneration() |
abstract String |
getId() |
abstract String |
getLabel() |
abstract BigInteger |
getLength() |
abstract byte[] |
getNonce() |
abstract BigInteger |
getOffset() |
abstract AbstractPropertiesType |
getProperties() |
abstract SecurityTokenReferenceType |
getSecurityTokenReference() |
abstract void |
setId(String value) |
public abstract SecurityTokenReferenceType getSecurityTokenReference()
public abstract AbstractPropertiesType getProperties()
public abstract BigInteger getGeneration()
public abstract BigInteger getOffset()
public abstract BigInteger getLength()
public abstract String getLabel()
public abstract byte[] getNonce()
public abstract String getId()
public abstract void setId(String value)
public abstract String getAlgorithm()
Copyright © 2016 JBoss by Red Hat. All rights reserved.