Uses of Class
org.w3._2000._09.xmldsig_.DigestMethodType

Packages that use DigestMethodType
org.apache.juddi.v3.tck   
org.w3._2000._09.xmldsig_   
 

Uses of DigestMethodType in org.apache.juddi.v3.tck
 

Methods in org.apache.juddi.v3.tck with parameters of type DigestMethodType
static void TckValidator.checkDigestMethod(DigestMethodType dm1, DigestMethodType dm2)
           
 

Uses of DigestMethodType in org.w3._2000._09.xmldsig_
 

Fields in org.w3._2000._09.xmldsig_ declared as DigestMethodType
protected  DigestMethodType ReferenceType.digestMethod
           
 

Methods in org.w3._2000._09.xmldsig_ that return DigestMethodType
 DigestMethodType ObjectFactory.createDigestMethodType()
          Create an instance of DigestMethodType
 DigestMethodType ReferenceType.getDigestMethod()
          Gets the value of the digestMethod property.
 

Methods in org.w3._2000._09.xmldsig_ that return types with arguments of type DigestMethodType
 javax.xml.bind.JAXBElement<DigestMethodType> ObjectFactory.createDigestMethod(DigestMethodType value)
          Create an instance of JAXBElement<DigestMethodType>}
 

Methods in org.w3._2000._09.xmldsig_ with parameters of type DigestMethodType
 javax.xml.bind.JAXBElement<DigestMethodType> ObjectFactory.createDigestMethod(DigestMethodType value)
          Create an instance of JAXBElement<DigestMethodType>}
 void ReferenceType.setDigestMethod(DigestMethodType value)
          Sets the value of the digestMethod property.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.