|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncryptionProperty
A representation of the XML EncryptionProperty
element as defined in the
W3C Recommendation for XML-Encryption Syntax and Processing. The XML
Schema Definition is defined as:
Method Summary | |
---|---|
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 ). |
java.util.List |
getContent()
Returns an unmodifiable list of XMLStructure s. |
java.lang.String |
getId()
Returns the optional ID . |
java.lang.String |
getTarget()
Returns the target URI of the EncryptedType structure
that this property describes. |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Method Detail |
---|
java.util.List getContent()
XMLStructure
s.
XMLStructure
s
(never null
or empty)java.lang.String getTarget()
EncryptedType
structure
that this property describes.
null
if not specifiedjava.lang.String getId()
ID
.
ID
, or null
if not specifiedjava.util.Map getAttributes()
xml:space
,
xml:lang
, xml:base
).
null
if not specified)
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |