| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureValue |
Signature.signatureValue |
| Modifier and Type | Method and Description |
|---|---|
SignatureValue |
ObjectFactory.createSignatureValue()
Create an instance of
SignatureValue |
SignatureValue |
Signature.getSignatureValue()
Gets the value of the signatureValue property.
|
SignatureValue |
SignatureValue.withId(String value) |
SignatureValue |
SignatureValue.withValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Signature.setSignatureValue(SignatureValue value)
Sets the value of the signatureValue property.
|
Signature |
Signature.withSignatureValue(SignatureValue 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.