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

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

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

Methods in org.w3.www._2000._09.xmldsig that return ObjectType
 ObjectType[] SignatureType.getObject()
          Gets the object value for this SignatureType.
 ObjectType SignatureType.getObject(int i)
           
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type ObjectType
 void SignatureType.setObject(int i, ObjectType _value)
           
 void SignatureType.setObject(ObjectType[] object)
          Sets the object value for this SignatureType.
 

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