Class AbstractDerivedKeyTokenType

java.lang.Object
org.apache.wss4j.binding.wssc.AbstractDerivedKeyTokenType
Direct Known Subclasses:
DerivedKeyTokenType, DerivedKeyTokenType

public abstract class AbstractDerivedKeyTokenType extends Object
  • Constructor Details

    • AbstractDerivedKeyTokenType

      public AbstractDerivedKeyTokenType()
  • Method Details

    • 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()