Uses of Class
com.sun.xml.security.core.xenc.ReferenceType

Packages that use ReferenceType
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
protected  List<JAXBElement<ReferenceType>> ReferenceList.dataReferenceOrKeyReference
           
 

Methods in com.sun.xml.security.core.xenc that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListDataReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListKeyReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 List<JAXBElement<ReferenceType>> ReferenceList.getDataReferenceOrKeyReference()
          Gets the value of the dataReferenceOrKeyReference property.
 

Methods in com.sun.xml.security.core.xenc with parameters of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListDataReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListKeyReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 

Method parameters in com.sun.xml.security.core.xenc with type arguments of type ReferenceType
 void ReferenceList.setDataReferenceOrKeyReference(List<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
 JAXBElement<ReferenceType> WSSElementFactory.createDataReference(SecurityElement se)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.