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

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

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

Methods in org.w3.www._2000._09.xmldsig that return ReferenceType
 ReferenceType[] SignedInfoType.getReference()
          Gets the reference value for this SignedInfoType.
 ReferenceType SignedInfoType.getReference(int i)
           
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type ReferenceType
 void SignedInfoType.setReference(int i, ReferenceType _value)
           
 void SignedInfoType.setReference(ReferenceType[] reference)
          Sets the reference value for this SignedInfoType.
 

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