javax.xml.crypto.enc

Interface ReferenceType

All Superinterfaces:
URIReference, XMLStructure
All known subinterfaces:
DataReference, KeyReference

  1. public interface ReferenceType
  2. extends XMLStructure, URIReference
A representation of the XML CipherData complex type as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. It contains pointers from a key value of an EncryptedKey to items encrypted by that key value ( EncryptedData or EncryptedKey).

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getContent()
Returns an unmodifiable list of XMLStructures representing the child elements of this ReferenceType.
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
Methods inherited from interface javax.xml.crypto.URIReference
getType, getURI

Method Detail

getContent

  1. java.util.List getContent()
Returns an unmodifiable list of XMLStructures representing the child elements of this ReferenceType.
Returns:
an unmodifiable list of XMLStructures (may be empty but never null)