| Package | Description |
|---|---|
| org.w3.xenc |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EncryptionProperty> |
EncryptionProperties.encryptionProperties |
| Modifier and Type | Method and Description |
|---|---|
EncryptionProperty |
ObjectFactory.createEncryptionProperty()
Create an instance of
EncryptionProperty |
EncryptionProperty |
EncryptionProperty.withContent(java.util.Collection<java.lang.Object> values) |
EncryptionProperty |
EncryptionProperty.withContent(java.util.List<java.lang.Object> value) |
EncryptionProperty |
EncryptionProperty.withContent(java.lang.Object... values) |
EncryptionProperty |
EncryptionProperty.withId(java.lang.String value) |
EncryptionProperty |
EncryptionProperty.withTarget(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EncryptionProperty> |
EncryptionProperties.getEncryptionProperties()
Gets the value of the encryptionProperties property.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(EncryptionProperty... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionProperties.setEncryptionProperties(java.util.List<EncryptionProperty> value) |
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(java.util.Collection<EncryptionProperty> values) |
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(java.util.List<EncryptionProperty> value) |
| Constructor and Description |
|---|
EncryptionProperties(java.util.List<EncryptionProperty> encryptionProperties,
java.lang.String id)
Fully-initialising value constructor
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.