XML Security, 1.6

javax.xml.crypto.enc
Interface DataReference

All Superinterfaces:
ReferenceType, URIReference, XMLStructure
All Known Implementing Classes:
DOMDataReference

public interface DataReference
extends ReferenceType

A representation of the XML DataReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. This is used to refer to EncryptedData elements that were encrypted using the key defined in the enclosing EncryptedKey element. Multiple DataReference elements can occur if multiple EncryptedData elements exist that are encrypted by the same key.


Method Summary
 
Methods inherited from interface javax.xml.crypto.enc.ReferenceType
getContent
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 
Methods inherited from interface javax.xml.crypto.URIReference
getType, getURI
 


XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.