Uses of Interface
com.sun.xml.ws.security.opt.api.EncryptedKey
-
Packages that use EncryptedKey Package Description 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 Modifier and Type Method Description EncryptedKeyBuilderResult. getEncryptedKey()Methods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type EncryptedKey Modifier and Type Method Description voidBuilderResult. 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 Modifier and Type Class Description classJAXBEncryptedKeyMethods in com.sun.xml.ws.security.opt.impl.enc that return EncryptedKey Modifier and Type Method Description EncryptedKeyTokenProcessor. 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 Modifier and Type Method Description EncryptedKeyWSSElementFactory. createEncryptedKey(String id, String keyEncAlgo, KeyInfo keyInfo, Key dkEK, Key dataEncKey)
-