Uses of Class
org.w3.xmldsig.CanonicalizationMethodType
-
Packages that use CanonicalizationMethodType Package Description org.w3.xmldsig -
-
Uses of CanonicalizationMethodType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as CanonicalizationMethodType Modifier and Type Field Description protected CanonicalizationMethodTypeSignedInfoType. canonicalizationMethodMethods in org.w3.xmldsig that return CanonicalizationMethodType Modifier and Type Method Description CanonicalizationMethodTypeObjectFactory. createCanonicalizationMethodType()Create an instance ofCanonicalizationMethodTypeCanonicalizationMethodTypeSignedInfoType. getCanonicalizationMethod()Gets the value of the canonicalizationMethod property.Methods in org.w3.xmldsig that return types with arguments of type CanonicalizationMethodType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CanonicalizationMethodType>ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)Methods in org.w3.xmldsig with parameters of type CanonicalizationMethodType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CanonicalizationMethodType>ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)voidSignedInfoType. setCanonicalizationMethod(CanonicalizationMethodType value)Sets the value of the canonicalizationMethod property.
-