org.apache.wss4j.binding.wssc
Class AbstractDerivedKeyTokenType

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

public abstract class AbstractDerivedKeyTokenType
extends Object


Constructor Summary
AbstractDerivedKeyTokenType()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDerivedKeyTokenType

public AbstractDerivedKeyTokenType()
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()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.