Uses of Class
org.w3._2000._09.xmldsig_.SignatureValueType

Packages that use SignatureValueType
org.apache.juddi.v3.tck   
org.w3._2000._09.xmldsig_   
 

Uses of SignatureValueType in org.apache.juddi.v3.tck
 

Methods in org.apache.juddi.v3.tck with parameters of type SignatureValueType
static void TckValidator.checkSignatureValue(SignatureValueType sv1, SignatureValueType sv2)
           
 

Uses of SignatureValueType in org.w3._2000._09.xmldsig_
 

Fields in org.w3._2000._09.xmldsig_ declared as SignatureValueType
protected  SignatureValueType SignatureType.signatureValue
           
 

Methods in org.w3._2000._09.xmldsig_ that return SignatureValueType
 SignatureValueType ObjectFactory.createSignatureValueType()
          Create an instance of SignatureValueType
 SignatureValueType SignatureType.getSignatureValue()
          Gets the value of the signatureValue property.
 

Methods in org.w3._2000._09.xmldsig_ that return types with arguments of type SignatureValueType
 javax.xml.bind.JAXBElement<SignatureValueType> ObjectFactory.createSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 

Methods in org.w3._2000._09.xmldsig_ with parameters of type SignatureValueType
 javax.xml.bind.JAXBElement<SignatureValueType> ObjectFactory.createSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 void SignatureType.setSignatureValue(SignatureValueType value)
          Sets the value of the signatureValue property.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.