Uses of Interface
com.sun.xml.ws.security.EncryptedKey
-
Packages that use EncryptedKey Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of EncryptedKey in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type EncryptedKey Modifier and Type Method Description abstract EntropyWSTrustElementFactory. createEntropy(EncryptedKey key)Create an Entropy with an xenc:EncryptedKey -
Uses of EncryptedKey in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return EncryptedKey Modifier and Type Method Description EncryptedKeyEntropy. getEncryptedKey()Gets the xenc:EncryptedKey set inside this Entropy instanceMethods in com.sun.xml.ws.security.trust.elements with parameters of type EncryptedKey Modifier and Type Method Description voidEntropy. setEncryptedKey(EncryptedKey encryptedKey)Sets the xenc:EncryptedKey set inside this Entropy instance
-