Package | Description |
---|---|
org.apache.xml.security.encryption |
Modifier and Type | Method and Description |
---|---|
ReferenceList |
XMLCipher.createReferenceList(int type)
Create a new ReferenceList object
|
ReferenceList |
EncryptedKey.getReferenceList()
Returns pointers to data and keys encrypted using this key.
|
Modifier and Type | Method and Description |
---|---|
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–2020 The Apache Software Foundation. All rights reserved.