Uses of Class
com.sun.xml.security.core.xenc.ReferenceList
-
Packages that use ReferenceList Package Description com.sun.xml.security.core.xenc com.sun.xml.ws.security.opt.api com.sun.xml.ws.security.opt.impl.enc -
-
Uses of ReferenceList in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as ReferenceList Modifier and Type Field Description protected ReferenceListEncryptedKeyType. referenceListMethods in com.sun.xml.security.core.xenc that return ReferenceList Modifier and Type Method Description ReferenceListObjectFactory. createReferenceList()Create an instance ofReferenceListReferenceListEncryptedKeyType. getReferenceList()Gets the value of the referenceList property.Methods in com.sun.xml.security.core.xenc with parameters of type ReferenceList Modifier and Type Method Description voidEncryptedKeyType. setReferenceList(ReferenceList value)Sets the value of the referenceList property. -
Uses of ReferenceList in com.sun.xml.ws.security.opt.api
Methods in com.sun.xml.ws.security.opt.api that return ReferenceList Modifier and Type Method Description ReferenceListEncryptedKey. getReferenceList()Methods in com.sun.xml.ws.security.opt.api with parameters of type ReferenceList Modifier and Type Method Description voidEncryptedKey. setReferenceList(ReferenceList list) -
Uses of ReferenceList in com.sun.xml.ws.security.opt.impl.enc
Methods in com.sun.xml.ws.security.opt.impl.enc that return ReferenceList Modifier and Type Method Description ReferenceListJAXBEncryptedKey. getReferenceList()Methods in com.sun.xml.ws.security.opt.impl.enc with parameters of type ReferenceList Modifier and Type Method Description voidJAXBEncryptedKey. setReferenceList(ReferenceList list)
-