Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF