Uses of Interface
com.sun.xml.ws.security.opt.api.EncryptedData
-
Packages that use EncryptedData Package Description com.sun.xml.ws.security.opt.impl.enc com.sun.xml.ws.security.opt.impl.util -
-
Uses of EncryptedData in com.sun.xml.ws.security.opt.impl.enc
Classes in com.sun.xml.ws.security.opt.impl.enc that implement EncryptedData Modifier and Type Class Description classJAXBEncryptedData -
Uses of EncryptedData in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return EncryptedData Modifier and Type Method Description EncryptedDataWSSElementFactory. createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target)EncryptedDataWSSElementFactory. createEncryptedData(String id, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly)
-