Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF