Uses of Class
org.apache.xml.security.binding.xmldsig.CanonicalizationMethodType
Packages that use CanonicalizationMethodType
-
Uses of CanonicalizationMethodType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as CanonicalizationMethodTypeModifier and TypeFieldDescriptionprotected CanonicalizationMethodType
SignedInfoType.canonicalizationMethod
Methods in org.apache.xml.security.binding.xmldsig that return CanonicalizationMethodTypeModifier and TypeMethodDescriptionObjectFactory.createCanonicalizationMethodType()
Create an instance ofCanonicalizationMethodType
SignedInfoType.getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type CanonicalizationMethodTypeModifier and TypeMethodDescriptionObjectFactory.createCanonicalizationMethod
(CanonicalizationMethodType value) Methods in org.apache.xml.security.binding.xmldsig with parameters of type CanonicalizationMethodTypeModifier and TypeMethodDescriptionObjectFactory.createCanonicalizationMethod
(CanonicalizationMethodType value) void
SignedInfoType.setCanonicalizationMethod
(CanonicalizationMethodType value) Sets the value of the canonicalizationMethod property.