Methods Summary |
---|
public void | addElementRetrievalInformation(org.w3c.dom.Element info)Adds retrieval information.
|
public java.util.Iterator | getElementRetrievalInformation()Returns an Iterator over all the child elements contained in
this Reference that will aid the recipient in retrieving the
EncryptedKey and/or EncryptedData elements.
These could include information such as XPath transforms, decompression
transforms, or information on how to retrieve the elements from a
document storage facility.
|
public java.lang.String | getURI()Returns a URI that points to an Element that
were encrypted using the key defined in the enclosing
EncryptedKey element.
|
public void | removeElementRetrievalInformation(org.w3c.dom.Element info)Removes the specified retrieval information.
|
public void | setURI(java.lang.String uri)Sets a URI that points to an Element that
were encrypted using the key defined in the enclosing
EncryptedKey element.
|