Uses of Class
org.apache.wss4j.stax.ext.WSSConstants.DerivedKeyTokenReference

Packages that use WSSConstants.DerivedKeyTokenReference
org.apache.wss4j.stax   
org.apache.wss4j.stax.ext   
 

Uses of WSSConstants.DerivedKeyTokenReference in org.apache.wss4j.stax
 

Methods in org.apache.wss4j.stax that return WSSConstants.DerivedKeyTokenReference
static WSSConstants.DerivedKeyTokenReference ConfigurationConverter.convertDerivedReference(String derivedTokenReference)
           
 

Uses of WSSConstants.DerivedKeyTokenReference in org.apache.wss4j.stax.ext
 

Methods in org.apache.wss4j.stax.ext that return WSSConstants.DerivedKeyTokenReference
 WSSConstants.DerivedKeyTokenReference WSSSecurityProperties.getDerivedKeyTokenReference()
           
static WSSConstants.DerivedKeyTokenReference WSSConstants.DerivedKeyTokenReference.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WSSConstants.DerivedKeyTokenReference[] WSSConstants.DerivedKeyTokenReference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wss4j.stax.ext with parameters of type WSSConstants.DerivedKeyTokenReference
 void WSSSecurityProperties.setDerivedKeyTokenReference(WSSConstants.DerivedKeyTokenReference derivedKeyTokenReference)
           
 



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