Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF