Uses of Interface
com.sun.xml.ws.security.EncryptedKey
-
-
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 -
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 Modifier and Type Method Description EntropyWSTrustElementFactoryImpl. 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 Modifier and Type Method Description EncryptedKeyEntropyImpl. getEncryptedKey()Gets the xenc:EncryptedKey set inside this Entropy instanceMethods in com.sun.xml.ws.security.trust.impl.elements with parameters of type EncryptedKey Modifier and Type Method Description voidEntropyImpl. setEncryptedKey(EncryptedKey encryptedKey)Sets the xenc:EncryptedKey set inside this Entropy instanceConstructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type EncryptedKey Constructor Description 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 Modifier and Type Method Description EntropyWSTrustElementFactoryImpl. 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 Modifier and Type Method Description EncryptedKeyEntropyImpl. getEncryptedKey()Gets the xenc:EncryptedKey set inside this Entropy instanceMethods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type EncryptedKey Modifier and Type Method Description voidEntropyImpl. setEncryptedKey(EncryptedKey encryptedKey)Sets the xenc:EncryptedKey set inside this Entropy instanceConstructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type EncryptedKey Constructor Description EntropyImpl(EncryptedKey encryptedKey)
-