Uses of Class
org.apache.wss4j.policy.model.AlgorithmSuite.C14NType

Packages that use AlgorithmSuite.C14NType
org.apache.wss4j.policy.model   
 

Uses of AlgorithmSuite.C14NType in org.apache.wss4j.policy.model
 

Methods in org.apache.wss4j.policy.model that return AlgorithmSuite.C14NType
 AlgorithmSuite.C14NType AlgorithmSuite.getC14n()
           
static AlgorithmSuite.C14NType AlgorithmSuite.C14NType.lookUp(String name)
           
static AlgorithmSuite.C14NType AlgorithmSuite.C14NType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlgorithmSuite.C14NType[] AlgorithmSuite.C14NType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wss4j.policy.model with parameters of type AlgorithmSuite.C14NType
protected  void AlgorithmSuite.setC14n(AlgorithmSuite.C14NType c14n)
           
 



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