Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmldsig.CanonicalizationMethodType

Packages that use CanonicalizationMethodType
org.apache.cxf.xkms.model.xmldsig   
 

Uses of CanonicalizationMethodType in org.apache.cxf.xkms.model.xmldsig
 

Fields in org.apache.cxf.xkms.model.xmldsig declared as CanonicalizationMethodType
protected  CanonicalizationMethodType SignedInfoType.canonicalizationMethod
           
 

Methods in org.apache.cxf.xkms.model.xmldsig that return CanonicalizationMethodType
 CanonicalizationMethodType ObjectFactory.createCanonicalizationMethodType()
          Create an instance of CanonicalizationMethodType
 CanonicalizationMethodType SignedInfoType.getCanonicalizationMethod()
          Gets the value of the canonicalizationMethod property.
 

Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type CanonicalizationMethodType
 JAXBElement<CanonicalizationMethodType> ObjectFactory.createCanonicalizationMethod(CanonicalizationMethodType value)
          Create an instance of JAXBElement<CanonicalizationMethodType>}
 

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type CanonicalizationMethodType
 JAXBElement<CanonicalizationMethodType> ObjectFactory.createCanonicalizationMethod(CanonicalizationMethodType value)
          Create an instance of JAXBElement<CanonicalizationMethodType>}
 void SignedInfoType.setCanonicalizationMethod(CanonicalizationMethodType value)
          Sets the value of the canonicalizationMethod property.
 


Apache CXF API

Apache CXF