Uses of Class
org.apache.xml.security.binding.xmldsig.CanonicalizationMethodType
-
Packages that use CanonicalizationMethodType Package Description org.apache.xml.security.binding.xmldsig -
-
Uses of CanonicalizationMethodType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as CanonicalizationMethodType Modifier and Type Field Description protected CanonicalizationMethodType
SignedInfoType. canonicalizationMethod
Methods in org.apache.xml.security.binding.xmldsig that return CanonicalizationMethodType Modifier and Type Method Description CanonicalizationMethodType
ObjectFactory. createCanonicalizationMethodType()
Create an instance ofCanonicalizationMethodType
CanonicalizationMethodType
SignedInfoType. getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type CanonicalizationMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<CanonicalizationMethodType>
ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)
Methods in org.apache.xml.security.binding.xmldsig with parameters of type CanonicalizationMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<CanonicalizationMethodType>
ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)
void
SignedInfoType. setCanonicalizationMethod(CanonicalizationMethodType value)
Sets the value of the canonicalizationMethod property.
-