|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Additional information items concerning the generation of the
EncryptedData
or EncryptedKey
can be placed in an
EncryptionProperty
element (e.g., date/time stamp or the serial
number of cryptographic hardware used during encryption). The Target
attribute identifies the EncryptedType
structure being
described. anyAttribute permits the inclusion of attributes from the XML
namespace to be included (i.e., xml:space
,
xml:lang
, and xml:base
).
It is defined as follows:
Method Summary | |
void |
addEncryptionInformation(org.w3c.dom.Element information)
Adds encryption information. |
java.lang.String |
getAttribute(java.lang.String attribute)
Returns the attribute's value in the xml namespace. |
java.util.Iterator |
getEncryptionInformation()
Returns the properties of the EncryptionProperty . |
java.lang.String |
getId()
Returns the id of the EncryptionProperty . |
java.lang.String |
getTarget()
Returns the EncryptedType being described. |
void |
removeEncryptionInformation(org.w3c.dom.Element information)
Removes encryption information. |
void |
setAttribute(java.lang.String attribute,
java.lang.String value)
Set the attribute value. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setTarget(java.lang.String target)
Sets the target. |
Method Detail |
public java.lang.String getTarget()
EncryptedType
being described.
EncryptedType
being described by this
EncryptionProperty
.public void setTarget(java.lang.String target)
public java.lang.String getId()
EncryptionProperty
.
public void setId(java.lang.String id)
public java.lang.String getAttribute(java.lang.String attribute)
xml
namespace.
attribute
-
public void setAttribute(java.lang.String attribute, java.lang.String value)
attribute
- the attribute's name.value
- the attribute's value.public java.util.Iterator getEncryptionInformation()
EncryptionProperty
.
Iterator
over all the addiitonal encryption
information contained in this class.public void addEncryptionInformation(org.w3c.dom.Element information)
information
- the additional encryption information.public void removeEncryptionInformation(org.w3c.dom.Element information)
information
- the information to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |