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

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

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

Methods in org.apache.juddi.v3.tck with parameters of type SignedInfoType
static void TckValidator.checkSignedInfo(SignedInfoType si1, SignedInfoType si2)
           
 

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

Fields in org.w3._2000._09.xmldsig_ declared as SignedInfoType
protected  SignedInfoType SignatureType.signedInfo
           
 

Methods in org.w3._2000._09.xmldsig_ that return SignedInfoType
 SignedInfoType ObjectFactory.createSignedInfoType()
          Create an instance of SignedInfoType
 SignedInfoType SignatureType.getSignedInfo()
          Gets the value of the signedInfo property.
 

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

Methods in org.w3._2000._09.xmldsig_ with parameters of type SignedInfoType
 javax.xml.bind.JAXBElement<SignedInfoType> ObjectFactory.createSignedInfo(SignedInfoType value)
          Create an instance of JAXBElement<SignedInfoType>}
 void SignatureType.setSignedInfo(SignedInfoType value)
          Sets the value of the signedInfo property.
 



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