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

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

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

Methods in org.w3.www._2000._09.xmldsig that return SignatureValueType
 SignatureValueType SignatureType.getSignatureValue()
          Gets the signatureValue value for this SignatureType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type SignatureValueType
 void SignatureType.setSignatureValue(SignatureValueType signatureValue)
          Sets the signatureValue value for this SignatureType.
 

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