Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.CanonicalizationMethodType

Packages that use CanonicalizationMethodType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of CanonicalizationMethodType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
 

Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig declared as CanonicalizationMethodType
protected  CanonicalizationMethodType SignedInfoType.canonicalizationMethod
           
 

Methods in org.apache.cxf.ws.security.sts.provider.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.ws.security.sts.provider.model.xmldsig that return types with arguments of type CanonicalizationMethodType
 javax.xml.bind.JAXBElement<CanonicalizationMethodType> ObjectFactory.createCanonicalizationMethod(CanonicalizationMethodType value)
          Create an instance of JAXBElement<CanonicalizationMethodType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type CanonicalizationMethodType
 javax.xml.bind.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