javax.xml.crypto.enc
Interface EncryptionProperties
All Superinterfaces:
- public interface EncryptionProperties
- extends XMLStructure
EncryptionProperties
element as defined in the
W3C Recommendation for XML-Encryption Syntax and Processing. The XML
Schema Definition is defined as:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
TYPE
URI identifying the
EncryptionProperties type:
http://www.w3.org/2001/04/xmlenc#EncryptionProperties.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getId()
Returns the optional
ID .
|
|
getProperties()
Returns an unmodifiable list of
EncryptionProperty s.
|
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Field Detail
TYPE
- static final java.lang.String TYPE
See Also:
Method Detail
getProperties
- java.util.List getProperties()
Returns an unmodifiable list of
EncryptionProperty
s.
Returns:
an unmodifiable list of
EncryptionProperty
s
(never null
or empty) getId
- java.lang.String getId()
Returns the optional
ID
.
Returns:
the
ID
, or null
if not specified.
EncryptionProperties
type: http://www.w3.org/2001/04/xmlenc#EncryptionProperties. This can be used within aReference
object to identify the referent's type.