Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.DigestMethodType
-
Packages that use DigestMethodType Package Description 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 Modifier and Type Field Description protected DigestMethodTypeReferenceType. digestMethodMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return DigestMethodType Modifier and Type Method Description DigestMethodTypeObjectFactory. createDigestMethodType()Create an instance ofDigestMethodTypeDigestMethodTypeReferenceType. 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 Modifier and Type Method Description javax.xml.bind.JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type DigestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)voidReferenceType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.
-