javax.xml.crypto.enc
Interface DataReference
-
- All Superinterfaces:
- ReferenceType, URIReference, XMLStructure
public interface DataReference extends ReferenceType
A representation of the XMLDataReference
element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. This is used to refer toEncryptedData
elements that were encrypted using the key defined in the enclosingEncryptedKey
element. MultipleDataReference
elements can occur if multipleEncryptedData
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
-
-