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

Packages that use EncryptedKey
com.sun.xml.ws.security.opt.api.keyinfo   
com.sun.xml.ws.security.opt.impl.enc   
com.sun.xml.ws.security.opt.impl.util   
 

Uses of EncryptedKey in com.sun.xml.ws.security.opt.api.keyinfo
 

Methods in com.sun.xml.ws.security.opt.api.keyinfo that return EncryptedKey
 EncryptedKey BuilderResult.getEncryptedKey()
           
 

Methods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type EncryptedKey
 void BuilderResult.setEncryptedKey(EncryptedKey encryptedKey)
           
 

Uses of EncryptedKey in com.sun.xml.ws.security.opt.impl.enc
 

Classes in com.sun.xml.ws.security.opt.impl.enc that implement EncryptedKey
 class JAXBEncryptedKey
           
 

Methods in com.sun.xml.ws.security.opt.impl.enc that return EncryptedKey
 EncryptedKey TokenProcessor.getEncryptedKey()
           
 

Uses of EncryptedKey in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util that return EncryptedKey
 EncryptedKey WSSElementFactory.createEncryptedKey(String id, String keyEncAlgo, KeyInfo keyInfo, Key dkEK, Key dataEncKey)
           
 



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