Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.PGPData
-
Packages that use PGPData Package Description com.sun.xml.security.core.dsig com.sun.xml.ws.security.opt.crypto.jaxb -
-
Uses of PGPData in com.sun.xml.security.core.dsig
Methods in com.sun.xml.security.core.dsig that return PGPData Modifier and Type Method Description PGPDataObjectFactory. createPGPData()Create an instance ofPGPDataMethods in com.sun.xml.security.core.dsig that return types with arguments of type PGPData Modifier and Type Method Description javax.xml.bind.JAXBElement<PGPData>ObjectFactory. createPGPData(PGPData value)Methods in com.sun.xml.security.core.dsig with parameters of type PGPData Modifier and Type Method Description javax.xml.bind.JAXBElement<PGPData>ObjectFactory. createPGPData(PGPData value) -
Uses of PGPData in com.sun.xml.ws.security.opt.crypto.jaxb
Methods in com.sun.xml.ws.security.opt.crypto.jaxb that return PGPData Modifier and Type Method Description PGPDataJAXBSignatureFactory. newPGPData(List content)Creates a PGPData with the specified parameters
-