Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.DigestMethodType

Packages that use DigestMethodType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of DigestMethodType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
 

Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig declared as DigestMethodType
protected  DigestMethodType ReferenceType.digestMethod
           
 

Methods in org.apache.cxf.ws.security.sts.provider.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.ws.security.sts.provider.model.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.apache.cxf.ws.security.sts.provider.model.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.
 


Apache CXF API

Apache CXF