|
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 EncryptionProperties
A representation of the XML EncryptionProperties
element as defined in the
W3C Recommendation for XML-Encryption Syntax and Processing. The XML
Schema Definition is defined as:
Field Summary | |
---|---|
static java.lang.String |
TYPE
URI identifying the EncryptionProperties type:
http://www.w3.org/2001/04/xmlenc#EncryptionProperties. |
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the optional ID . |
java.util.List |
getProperties()
Returns an unmodifiable list of EncryptionProperty s. |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Field Detail |
---|
static final java.lang.String TYPE
EncryptionProperties
type:
http://www.w3.org/2001/04/xmlenc#EncryptionProperties. This can be used
within a Reference
object to
identify the referent's type.
Method Detail |
---|
java.util.List getProperties()
EncryptionProperty
s.
EncryptionProperty
s
(never null
or empty)java.lang.String getId()
ID
.
ID
, or 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 |