| Package | Description |
|---|---|
| org.apache.xml.security.encryption |
| Modifier and Type | Method and Description |
|---|---|
EncryptionProperty |
XMLCipher.createEncryptionProperty()
Create a new EncryptionProperty element
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<EncryptionProperty> |
EncryptionProperties.getEncryptionProperties()
Returns an
Iterator over all the
EncryptionPropterty elements contained in this
EncryptionProperties. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionProperties.addEncryptionProperty(EncryptionProperty property)
Adds an
EncryptionProperty. |
void |
EncryptionProperties.removeEncryptionProperty(EncryptionProperty property)
Removes the specified
EncryptionProperty. |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.