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