Uses of Class
org.w3.www._2000._09.xmldsig.CanonicalizationMethodType

Packages that use CanonicalizationMethodType
org.w3.www._2000._09.xmldsig   
 

Uses of CanonicalizationMethodType in org.w3.www._2000._09.xmldsig
 

Methods in org.w3.www._2000._09.xmldsig that return CanonicalizationMethodType
 CanonicalizationMethodType SignedInfoType.getCanonicalizationMethod()
          Gets the canonicalizationMethod value for this SignedInfoType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type CanonicalizationMethodType
 void SignedInfoType.setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
          Sets the canonicalizationMethod value for this SignedInfoType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type CanonicalizationMethodType
SignedInfoType(CanonicalizationMethodType canonicalizationMethod, SignatureMethodType signatureMethod, ReferenceType[] reference, org.apache.axis.types.Id id)