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

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

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

Methods in org.w3.www._2000._09.xmldsig that return SignatureMethodType
 SignatureMethodType SignedInfoType.getSignatureMethod()
          Gets the signatureMethod value for this SignedInfoType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type SignatureMethodType
 void SignedInfoType.setSignatureMethod(SignatureMethodType signatureMethod)
          Sets the signatureMethod value for this SignedInfoType.
 

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