Uses of Interface
com.sun.xml.ws.security.trust.elements.Encryption
-
Packages that use Encryption Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of Encryption in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Encryption Modifier and Type Method Description EncryptionWSTrustElementBase. getEncryption()get Encryption value if set, return null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Encryption Modifier and Type Method Description voidWSTrustElementBase. setEncryption(Encryption enc)set Encryption -
Uses of Encryption in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement Encryption Modifier and Type Class Description classEncryptionImplMethods in com.sun.xml.ws.security.trust.impl.elements that return Encryption Modifier and Type Method Description EncryptionRequestSecurityTokenImpl. getEncryption()EncryptionRequestSecurityTokenResponseImpl. getEncryption()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Encryption Modifier and Type Method Description voidRequestSecurityTokenImpl. setEncryption(Encryption enc)voidRequestSecurityTokenResponseImpl. setEncryption(Encryption enc) -
Uses of Encryption in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Encryption Modifier and Type Class Description classEncryptionImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Encryption Modifier and Type Method Description EncryptionRequestSecurityTokenImpl. getEncryption()EncryptionRequestSecurityTokenResponseImpl. getEncryption()EncryptionSecondaryParametersImpl. getEncryption()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Encryption Modifier and Type Method Description voidRequestSecurityTokenImpl. setEncryption(Encryption enc)voidRequestSecurityTokenResponseImpl. setEncryption(Encryption enc)voidSecondaryParametersImpl. setEncryption(Encryption enc)
-