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   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.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
 

Uses of EncryptedKey in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type EncryptedKey
 Entropy WSTrustElementFactoryImpl.createEntropy(EncryptedKey key)
          Create an Entropy with an xenc:EncryptedKey
 

Uses of EncryptedKey in com.sun.xml.ws.security.trust.impl.elements
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return EncryptedKey
 EncryptedKey EntropyImpl.getEncryptedKey()
          Gets the xenc:EncryptedKey set inside this Entropy instance
 

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

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type EncryptedKey
EntropyImpl(EncryptedKey encryptedKey)
           
 

Uses of EncryptedKey in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type EncryptedKey
 Entropy WSTrustElementFactoryImpl.createEntropy(EncryptedKey key)
          Create an Entropy with an xenc:EncryptedKey
 

Uses of EncryptedKey in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return EncryptedKey
 EncryptedKey EntropyImpl.getEncryptedKey()
          Gets the xenc:EncryptedKey set inside this Entropy instance
 

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

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type EncryptedKey
EntropyImpl(EncryptedKey encryptedKey)
           
 



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