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