Uses of Interface
com.sun.xml.ws.security.opt.api.EncryptedData

Packages that use EncryptedData
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
 class JAXBEncryptedData
           
 

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
 EncryptedData WSSElementFactory.createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target)
           
 EncryptedData WSSElementFactory.createEncryptedData(String id, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.