Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.KeyValueType

Packages that use KeyValueType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of KeyValueType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return KeyValueType
 KeyValueType ObjectFactory.createKeyValueType()
          Create an instance of KeyValueType
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type KeyValueType
 javax.xml.bind.JAXBElement<KeyValueType> ObjectFactory.createKeyValue(KeyValueType value)
          Create an instance of JAXBElement<KeyValueType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type KeyValueType
 javax.xml.bind.JAXBElement<KeyValueType> ObjectFactory.createKeyValue(KeyValueType value)
          Create an instance of JAXBElement<KeyValueType>}
 


Apache CXF API

Apache CXF