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
Methods in org.apache.xml.security.encryption that return ReferenceList Modifier and Type Method Description ReferenceList
XMLCipher. createReferenceList(int type)
Create a new ReferenceList objectReferenceList
EncryptedKey. getReferenceList()
Returns pointers to data and keys encrypted using this key.Methods in org.apache.xml.security.encryption with parameters of type ReferenceList Modifier and Type Method Description Element
XMLCipher. martial(ReferenceList referenceList)
Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriateReferenceList
Element
XMLCipher. martial(Document context, ReferenceList referenceList)
Martial a ReferenceList Takes a ReferenceList object and returns a DOM Element that represents the appropriateReferenceList
void
EncryptedKey. setReferenceList(ReferenceList list)
Sets theReferenceList
to theEncryptedKey
.
-