| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
Signature.objects |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObjectFactory.createObject()
Create an instance of
Object |
Object |
Object.withContent(Collection<Object> values) |
Object |
Object.withContent(List<Object> value) |
Object |
Object.withContent(Object... values) |
Object |
Object.withEncoding(String value) |
Object |
Object.withId(String value) |
Object |
Object.withMimeType(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
Signature.getObjects()
Gets the value of the objects property.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
Signature.withObjects(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Signature.setObjects(List<Object> value) |
Signature |
Signature.withObjects(Collection<Object> values) |
Signature |
Signature.withObjects(List<Object> value) |
| Constructor and Description |
|---|
Signature(SignedInfo signedInfo,
SignatureValue signatureValue,
KeyInfo keyInfo,
List<Object> objects,
String id)
Fully-initialising value constructor
|
Copyright © 2017 Digipost. All Rights Reserved.