javax.xml.crypto.enc
Interface EncryptionProperty
All Superinterfaces:
- public interface EncryptionProperty
- extends XMLStructure
EncryptionProperty
element as defined in the
W3C Recommendation for XML-Encryption Syntax and Processing. The XML
Schema Definition is defined as:
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getAttributes()
Returns an unmodifiable map of attributes from the XML namespace,
where the keys are the name of the attributes (ex:
xml:space,
xml:lang, xml:base).
|
|
getContent()
Returns an unmodifiable list of
XMLStructures.
|
|
getId()
Returns the optional
ID.
|
|
getTarget()
Returns the target URI of the
EncryptedType structure
that this property describes.
|
| Methods inherited from interface javax.xml.crypto.XMLStructure |
|---|
isFeatureSupported |
Method Detail
getContent
- java.util.List getContent()
Returns:
an unmodifiable list of
XMLStructures
(never null or empty) getTarget
- java.lang.String getTarget()
Returns the target URI of the
EncryptedType structure
that this property describes.
Returns:
the target URI, or
null if not specified getId
- java.lang.String getId()
Returns the optional
ID.
Returns:
the
ID, or null if not specified getAttributes
- java.util.Map getAttributes()
Returns an unmodifiable map of attributes from the XML namespace,
where the keys are the name of the attributes (ex:
xml:space,
xml:lang, xml:base).
Returns:
an unmodifiable map of attributes (may be empty, or
null if not specified)
XMLStructures.