Uses of Class
org.w3.xmldsig.Transform

Packages that use Transform
org.w3.xenc   
org.w3.xmldsig   
 

Uses of Transform in org.w3.xenc
 

Fields in org.w3.xenc with type parameters of type Transform
protected  List<Transform> TransformsType.transforms
           
 

Methods in org.w3.xenc that return types with arguments of type Transform
 List<Transform> TransformsType.getTransforms()
          Gets the value of the transforms property.
 

Methods in org.w3.xenc with parameters of type Transform
 TransformsType TransformsType.withTransforms(Transform... values)
           
 

Method parameters in org.w3.xenc with type arguments of type Transform
 void TransformsType.setTransforms(List<Transform> value)
           
 TransformsType TransformsType.withTransforms(Collection<Transform> values)
           
 TransformsType TransformsType.withTransforms(List<Transform> value)
           
 

Constructor parameters in org.w3.xenc with type arguments of type Transform
TransformsType(List<Transform> transforms)
          Fully-initialising value constructor
 

Uses of Transform in org.w3.xmldsig
 

Fields in org.w3.xmldsig with type parameters of type Transform
protected  List<Transform> Transforms.transforms
           
 

Methods in org.w3.xmldsig that return Transform
 Transform ObjectFactory.createTransform()
          Create an instance of Transform
 Transform Transform.withAlgorithm(String value)
           
 Transform Transform.withContent(Collection<Object> values)
           
 Transform Transform.withContent(List<Object> value)
           
 Transform Transform.withContent(Object... values)
           
 

Methods in org.w3.xmldsig that return types with arguments of type Transform
 List<Transform> Transforms.getTransforms()
          Gets the value of the transforms property.
 

Methods in org.w3.xmldsig with parameters of type Transform
 Transforms Transforms.withTransforms(Transform... values)
           
 

Method parameters in org.w3.xmldsig with type arguments of type Transform
 void Transforms.setTransforms(List<Transform> value)
           
 Transforms Transforms.withTransforms(Collection<Transform> values)
           
 Transforms Transforms.withTransforms(List<Transform> value)
           
 

Constructor parameters in org.w3.xmldsig with type arguments of type Transform
Transforms(List<Transform> transforms)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.