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

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

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

Methods in org.w3.www._2000._09.xmldsig that return SignedInfoType
 SignedInfoType SignatureType.getSignedInfo()
          Gets the signedInfo value for this SignatureType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type SignedInfoType
 void SignatureType.setSignedInfo(SignedInfoType signedInfo)
          Sets the signedInfo value for this SignatureType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type SignedInfoType
SignatureType(SignedInfoType signedInfo, SignatureValueType signatureValue, KeyInfoType keyInfo, ObjectType[] object, org.apache.axis.types.Id id)