Uses of Class
com.sun.xml.security.core.xenc.ReferenceType
-
Packages that use ReferenceType Package Description com.sun.xml.security.core.xenc com.sun.xml.ws.security.opt.impl.util -
-
Uses of ReferenceType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc with type parameters of type ReferenceType Modifier and Type Field Description protected List<jakarta.xml.bind.JAXBElement<ReferenceType>>ReferenceList. dataReferenceOrKeyReferenceMethods in com.sun.xml.security.core.xenc that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in com.sun.xml.security.core.xenc that return types with arguments of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListDataReference(ReferenceType value)jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListKeyReference(ReferenceType value)List<jakarta.xml.bind.JAXBElement<ReferenceType>>ReferenceList. getDataReferenceOrKeyReference()Gets the value of the dataReferenceOrKeyReference property.Methods in com.sun.xml.security.core.xenc with parameters of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListDataReference(ReferenceType value)jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListKeyReference(ReferenceType value)Method parameters in com.sun.xml.security.core.xenc with type arguments of type ReferenceType Modifier and Type Method Description voidReferenceList. setDataReferenceOrKeyReference(List<jakarta.xml.bind.JAXBElement<ReferenceType>> dataReferenceOrKeyReference) -
Uses of ReferenceType in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return types with arguments of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>WSSElementFactory. createDataReference(SecurityElement se)
-