Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmldsig.KeyValueType

Packages that use KeyValueType
org.apache.cxf.xkms.model.xmldsig   
 

Uses of KeyValueType in org.apache.cxf.xkms.model.xmldsig
 

Methods in org.apache.cxf.xkms.model.xmldsig that return KeyValueType
 KeyValueType ObjectFactory.createKeyValueType()
          Create an instance of KeyValueType
 

Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type KeyValueType
 JAXBElement<KeyValueType> ObjectFactory.createKeyValue(KeyValueType value)
          Create an instance of JAXBElement<KeyValueType>}
 

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type KeyValueType
 JAXBElement<KeyValueType> ObjectFactory.createKeyValue(KeyValueType value)
          Create an instance of JAXBElement<KeyValueType>}
 


Apache CXF API

Apache CXF