| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Object> |
Signature.objects |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObjectFactory.createObject()
Create an instance of
Object |
Object |
Object.withContent(java.util.Collection<java.lang.Object> values) |
Object |
Object.withContent(java.util.List<java.lang.Object> value) |
Object |
Object.withContent(java.lang.Object... values) |
Object |
Object.withEncoding(java.lang.String value) |
Object |
Object.withId(java.lang.String value) |
Object |
Object.withMimeType(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<Object> value) |
Signature |
Signature.withObjects(java.util.Collection<Object> values) |
Signature |
Signature.withObjects(java.util.List<Object> value) |
| Constructor and Description |
|---|
Signature(SignedInfo signedInfo,
SignatureValue signatureValue,
KeyInfo keyInfo,
java.util.List<Object> objects,
java.lang.String id)
Fully-initialising value constructor
|
Copyright © 2016 Digipost. All Rights Reserved.