Uses of Class
com.sun.xml.ws.security.secext11.EncryptedHeaderType
-
Packages that use EncryptedHeaderType Package Description com.sun.xml.ws.security.opt.impl.enc com.sun.xml.ws.security.secext11 -
-
Uses of EncryptedHeaderType in com.sun.xml.ws.security.opt.impl.enc
Constructors in com.sun.xml.ws.security.opt.impl.enc with parameters of type EncryptedHeaderType Constructor Description EncryptedHeader(EncryptedHeaderType eht, Data data, Key key, com.sun.xml.ws.api.SOAPVersion soapVersion)Creates a new instance of EncryptedHeader -
Uses of EncryptedHeaderType in com.sun.xml.ws.security.secext11
Methods in com.sun.xml.ws.security.secext11 that return EncryptedHeaderType Modifier and Type Method Description EncryptedHeaderTypeObjectFactory. createEncryptedHeaderType()Create an instance ofEncryptedHeaderTypeMethods in com.sun.xml.ws.security.secext11 that return types with arguments of type EncryptedHeaderType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EncryptedHeaderType>ObjectFactory. createEncryptedHeader(EncryptedHeaderType value)Methods in com.sun.xml.ws.security.secext11 with parameters of type EncryptedHeaderType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EncryptedHeaderType>ObjectFactory. createEncryptedHeader(EncryptedHeaderType value)
-