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

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

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

Methods in org.w3.www._2000._09.xmldsig that return DigestMethodType
 DigestMethodType ReferenceType.getDigestMethod()
          Gets the digestMethod value for this ReferenceType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type DigestMethodType
 void ReferenceType.setDigestMethod(DigestMethodType digestMethod)
          Sets the digestMethod value for this ReferenceType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type DigestMethodType
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)