| Package | Description |
|---|---|
| org.w3.xenc |
| Modifier and Type | Field and Description |
|---|---|
protected List<EncryptionProperty> |
EncryptionProperties.encryptionProperties |
| Modifier and Type | Method and Description |
|---|---|
EncryptionProperty |
ObjectFactory.createEncryptionProperty()
Create an instance of
EncryptionProperty |
EncryptionProperty |
EncryptionProperty.withContent(Collection<Object> values) |
EncryptionProperty |
EncryptionProperty.withContent(List<Object> value) |
EncryptionProperty |
EncryptionProperty.withContent(Object... values) |
EncryptionProperty |
EncryptionProperty.withId(String value) |
EncryptionProperty |
EncryptionProperty.withTarget(String value) |
| Modifier and Type | Method and Description |
|---|---|
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(List<EncryptionProperty> value) |
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(Collection<EncryptionProperty> values) |
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(List<EncryptionProperty> value) |
| Constructor and Description |
|---|
EncryptionProperties(List<EncryptionProperty> encryptionProperties,
String id)
Fully-initialising value constructor
|
Copyright © 2017 Digipost. All Rights Reserved.