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

Packages that use EncryptedKey
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
abstract  Entropy WSTrustElementFactory.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
 EncryptedKey Entropy.getEncryptedKey()
          Gets the xenc:EncryptedKey set inside this Entropy instance
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type EncryptedKey
 void Entropy.setEncryptedKey(EncryptedKey encryptedKey)
          Sets the xenc:EncryptedKey set inside this Entropy instance
 



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