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

Packages that use KeyInfoType
org.apache.juddi.v3.tck   
org.uddi.repl_v3   
org.w3._2000._09.xmldsig_   
 

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

Methods in org.apache.juddi.v3.tck with parameters of type KeyInfoType
static void TckValidator.checkKeyInfo(KeyInfoType kit1, KeyInfoType kit2)
           
 

Uses of KeyInfoType in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 with type parameters of type KeyInfoType
protected  List<KeyInfoType> Operator.keyInfo
           
 

Methods in org.uddi.repl_v3 that return types with arguments of type KeyInfoType
 List<KeyInfoType> Operator.getKeyInfo()
          Gets the value of the keyInfo property.
 

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

Fields in org.w3._2000._09.xmldsig_ declared as KeyInfoType
protected  KeyInfoType SignatureType.keyInfo
           
 

Methods in org.w3._2000._09.xmldsig_ that return KeyInfoType
 KeyInfoType ObjectFactory.createKeyInfoType()
          Create an instance of KeyInfoType
 KeyInfoType SignatureType.getKeyInfo()
          Gets the value of the keyInfo property.
 

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

Methods in org.w3._2000._09.xmldsig_ with parameters of type KeyInfoType
 javax.xml.bind.JAXBElement<KeyInfoType> ObjectFactory.createKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 void SignatureType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 



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