|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
EncryptionProperties can hold additional information concerning
the generation of the EncryptedData or
EncryptedKey. This information is wraped int an
EncryptionProperty element. Examples of additional information
is e.g., a date/time stamp or the serial number of cryptographic hardware
used during encryption).
It is defined as follows:
| Method Summary | |
void |
addEncryptionProperty(EncryptionProperty property)
Adds an EncryptionProperty. |
java.util.Iterator |
getEncryptionProperties()
Returns an Iterator over all the
EncryptionPropterty elements contained in this
EncryptionProperties. |
java.lang.String |
getId()
Returns the EncryptionProperties' id. |
void |
removeEncryptionProperty(EncryptionProperty property)
Removes the specified EncryptionProperty. |
void |
setId(java.lang.String id)
Sets the id. |
| Method Detail |
public java.lang.String getId()
EncryptionProperties' id.
public void setId(java.lang.String id)
public java.util.Iterator getEncryptionProperties()
Iterator over all the
EncryptionPropterty elements contained in this
EncryptionProperties.
Iterator over all the encryption properties.public void addEncryptionProperty(EncryptionProperty property)
EncryptionProperty.
public void removeEncryptionProperty(EncryptionProperty property)
EncryptionProperty.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||