Uses of Interface
org.apache.xml.security.encryption.ReferenceList
Packages that use ReferenceList
-
Uses of ReferenceList in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement ReferenceListFields in org.apache.xml.security.encryption declared as ReferenceListModifier and TypeFieldDescriptionprivate ReferenceListXMLCipher.Factory.EncryptedKeyImpl.referenceListMethods in org.apache.xml.security.encryption that return ReferenceListModifier and TypeMethodDescriptionXMLCipher.createReferenceList(int type) Create a new ReferenceList objectEncryptedKey.getReferenceList()Returns pointers to data and keys encrypted using this key.XMLCipher.Factory.EncryptedKeyImpl.getReferenceList()Returns pointers to data and keys encrypted using this key.(package private) ReferenceListXMLCipher.Factory.newReferenceList(int type) (package private) ReferenceListXMLCipher.Factory.newReferenceList(Element element) Methods in org.apache.xml.security.encryption with parameters of type ReferenceListModifier and TypeMethodDescriptionXMLCipher.martial(ReferenceList referenceList) Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriateReferenceListXMLCipher.martial(Document context, ReferenceList referenceList) Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriateReferenceListvoidEncryptedKey.setReferenceList(ReferenceList list) Sets theReferenceListto theEncryptedKey.voidXMLCipher.Factory.EncryptedKeyImpl.setReferenceList(ReferenceList list) Sets theReferenceListto theEncryptedKey.(package private) ElementXMLCipher.Factory.toElement(ReferenceList referenceList)