Package org.apache.wss4j.binding.wssc
Class AbstractDerivedKeyTokenType
- java.lang.Object
-
- org.apache.wss4j.binding.wssc.AbstractDerivedKeyTokenType
-
- Direct Known Subclasses:
DerivedKeyTokenType,DerivedKeyTokenType
public abstract class AbstractDerivedKeyTokenType extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractDerivedKeyTokenType()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetAlgorithm()abstract BigIntegergetGeneration()abstract StringgetId()abstract StringgetLabel()abstract BigIntegergetLength()abstract byte[]getNonce()abstract BigIntegergetOffset()abstract AbstractPropertiesTypegetProperties()abstract SecurityTokenReferenceTypegetSecurityTokenReference()abstract voidsetId(String value)
-
-
-
Method Detail
-
getSecurityTokenReference
public abstract SecurityTokenReferenceType getSecurityTokenReference()
-
getProperties
public abstract AbstractPropertiesType getProperties()
-
getGeneration
public abstract BigInteger getGeneration()
-
getOffset
public abstract BigInteger getOffset()
-
getLength
public abstract BigInteger getLength()
-
getLabel
public abstract String getLabel()
-
getNonce
public abstract byte[] getNonce()
-
getId
public abstract String getId()
-
setId
public abstract void setId(String value)
-
getAlgorithm
public abstract String getAlgorithm()
-
-