Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmldsig.DigestMethodType

Packages that use DigestMethodType
org.apache.cxf.xkms.model.xmldsig   
 

Uses of DigestMethodType in org.apache.cxf.xkms.model.xmldsig
 

Fields in org.apache.cxf.xkms.model.xmldsig declared as DigestMethodType
protected  DigestMethodType ReferenceType.digestMethod
           
 

Methods in org.apache.cxf.xkms.model.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.apache.cxf.xkms.model.xmldsig that return types with arguments of type DigestMethodType
 JAXBElement<DigestMethodType> ObjectFactory.createDigestMethod(DigestMethodType value)
          Create an instance of JAXBElement<DigestMethodType>}
 

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type DigestMethodType
 JAXBElement<DigestMethodType> ObjectFactory.createDigestMethod(DigestMethodType value)
          Create an instance of JAXBElement<DigestMethodType>}
 void ReferenceType.setDigestMethod(DigestMethodType value)
          Sets the value of the digestMethod property.
 


Apache CXF API

Apache CXF