|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceList | |
|---|---|
| org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||