Uses of Class
com.sun.xml.ws.security.secconv.impl.bindings.DerivedKeyTokenType
-
Packages that use DerivedKeyTokenType Package Description com.sun.xml.ws.security.opt.impl.keyinfo com.sun.xml.ws.security.secconv.impl.bindings -
-
Uses of DerivedKeyTokenType in com.sun.xml.ws.security.opt.impl.keyinfo
Constructors in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type DerivedKeyTokenType Constructor Description DerivedKey(DerivedKeyTokenType dkt, com.sun.xml.ws.api.SOAPVersion soapVersion, String spVersion)Creates a new instance of DerivedKeyDerivedKey(DerivedKeyTokenType dkt, com.sun.xml.ws.api.SOAPVersion soapVersion, String refId, String spVersion) -
Uses of DerivedKeyTokenType in com.sun.xml.ws.security.secconv.impl.bindings
Methods in com.sun.xml.ws.security.secconv.impl.bindings that return DerivedKeyTokenType Modifier and Type Method Description DerivedKeyTokenTypeObjectFactory. createDerivedKeyTokenType()Create an instance ofDerivedKeyTokenTypeMethods in com.sun.xml.ws.security.secconv.impl.bindings that return types with arguments of type DerivedKeyTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DerivedKeyTokenType>ObjectFactory. createDerivedKeyToken(DerivedKeyTokenType value)Methods in com.sun.xml.ws.security.secconv.impl.bindings with parameters of type DerivedKeyTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DerivedKeyTokenType>ObjectFactory. createDerivedKeyToken(DerivedKeyTokenType value)
-