Uses of Interface
org.apache.xml.security.encryption.ReferenceList
-
Packages that use ReferenceList Package Description org.apache.xml.security.encryption -
-
Uses of ReferenceList in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement ReferenceList Modifier and Type Class Description private classXMLCipher.Factory.ReferenceListImplFields in org.apache.xml.security.encryption declared as ReferenceList Modifier and Type Field Description private ReferenceListXMLCipher.Factory.EncryptedKeyImpl. referenceListMethods in org.apache.xml.security.encryption that return ReferenceList Modifier and Type Method Description ReferenceListXMLCipher. createReferenceList(int type)Create a new ReferenceList objectReferenceListEncryptedKey. getReferenceList()Returns pointers to data and keys encrypted using this key.ReferenceListXMLCipher.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(org.w3c.dom.Element element)Methods in org.apache.xml.security.encryption with parameters of type ReferenceList Modifier and Type Method Description org.w3c.dom.ElementXMLCipher. martial(ReferenceList referenceList)Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriateReferenceListorg.w3c.dom.ElementXMLCipher. martial(org.w3c.dom.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) org.w3c.dom.ElementXMLCipher.Factory. toElement(ReferenceList referenceList)
-