javax.xml.crypto.enc
Interface ReferenceType
- All Superinterfaces:
- URIReference, XMLStructure
- All Known Subinterfaces:
- DataReference, KeyReference
- All Known Implementing Classes:
- DOMDataReference, DOMKeyReference, DOMReferenceType
public interface ReferenceType
- 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 |
java.util.List |
getContent()
Returns an unmodifiable list of XMLStructure s representing
the child elements of this ReferenceType . |
getContent
java.util.List getContent()
- Returns an unmodifiable list of
XMLStructure
s representing
the child elements of this ReferenceType
.
- Returns:
- an unmodifiable list of
XMLStructure
s (may be
empty but never null
)
Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.