Uses of Class
org.apache.xml.security.binding.xmldsig.DigestMethodType
-
Packages that use DigestMethodType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.binding.xmlenc11 -
-
Uses of DigestMethodType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as DigestMethodType Modifier and Type Field Description protected DigestMethodType
ReferenceType. digestMethod
Methods in org.apache.xml.security.binding.xmldsig that return DigestMethodType Modifier and Type Method Description DigestMethodType
ObjectFactory. createDigestMethodType()
Create an instance ofDigestMethodType
DigestMethodType
ReferenceType. getDigestMethod()
Gets the value of the digestMethod property.Methods in org.apache.xml.security.binding.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.xml.security.binding.xmldsig with parameters of type DigestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<DigestMethodType>
ObjectFactory. createDigestMethod(DigestMethodType value)
void
ReferenceType. setDigestMethod(DigestMethodType value)
Sets the value of the digestMethod property. -
Uses of DigestMethodType in org.apache.xml.security.binding.xmlenc11
Fields in org.apache.xml.security.binding.xmlenc11 declared as DigestMethodType Modifier and Type Field Description protected DigestMethodType
ConcatKDFParamsType. digestMethod
Methods in org.apache.xml.security.binding.xmlenc11 that return DigestMethodType Modifier and Type Method Description DigestMethodType
ConcatKDFParamsType. getDigestMethod()
Gets the value of the digestMethod property.Methods in org.apache.xml.security.binding.xmlenc11 with parameters of type DigestMethodType Modifier and Type Method Description void
ConcatKDFParamsType. setDigestMethod(DigestMethodType value)
Sets the value of the digestMethod property.
-