Uses of Interface
org.apache.xml.security.encryption.ReferenceList

Packages that use ReferenceList
org.apache.xml.security.encryption   
 

Uses of ReferenceList in org.apache.xml.security.encryption
 

Methods in org.apache.xml.security.encryption that return ReferenceList
 ReferenceList XMLCipher.createReferenceList(int type)
          Create a new ReferenceList object
 ReferenceList EncryptedKey.getReferenceList()
          Returns pointers to data and keys encrypted using this key.
 

Methods in org.apache.xml.security.encryption with parameters of type ReferenceList
 Element XMLCipher.martial(Document context, ReferenceList referenceList)
          Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriate ReferenceList
 Element XMLCipher.martial(ReferenceList referenceList)
          Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriate ReferenceList
 void EncryptedKey.setReferenceList(ReferenceList list)
          Sets the ReferenceList to the EncryptedKey.
 



Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.