javax.xml.crypto.enc
Interface ReferenceType
-
- All Superinterfaces:
- URIReference, XMLStructure
- All Known Subinterfaces:
- DataReference, KeyReference
public interface ReferenceType extends XMLStructure, URIReference
A representation of the XMLCipherDatacomplex type as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. It contains pointers from a key value of anEncryptedKeyto items encrypted by that key value (EncryptedDataorEncryptedKey).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.ListgetContent()Returns an unmodifiable list ofXMLStructures representing the child elements of thisReferenceType.-
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Methods inherited from interface javax.xml.crypto.URIReference
getType, getURI
-
-