Uses of Class
org.w3.www._2000._09.xmldsig.TransformType

Packages that use TransformType
org.w3.www._2000._09.xmldsig   
 

Uses of TransformType in org.w3.www._2000._09.xmldsig
 

Methods in org.w3.www._2000._09.xmldsig that return TransformType
 TransformType[] RetrievalMethodType.getTransforms()
          Gets the transforms value for this RetrievalMethodType.
 TransformType[] ReferenceType.getTransforms()
          Gets the transforms value for this ReferenceType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type TransformType
 void RetrievalMethodType.setTransforms(TransformType[] transforms)
          Sets the transforms value for this RetrievalMethodType.
 void ReferenceType.setTransforms(TransformType[] transforms)
          Sets the transforms value for this ReferenceType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type TransformType
ReferenceType(TransformType[] transforms, DigestMethodType digestMethod, byte[] digestValue, org.apache.axis.types.Id id, org.apache.axis.types.URI URI, org.apache.axis.types.URI type)
           
RetrievalMethodType(TransformType[] transforms, org.apache.axis.types.URI URI, org.apache.axis.types.URI type)