| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected SignedInfo |
Signature.signedInfo |
| Modifier and Type | Method and Description |
|---|---|
SignedInfo |
ObjectFactory.createSignedInfo()
Create an instance of
SignedInfo |
SignedInfo |
Signature.getSignedInfo()
Gets the value of the signedInfo property.
|
SignedInfo |
SignedInfo.withCanonicalizationMethod(CanonicalizationMethod value) |
SignedInfo |
SignedInfo.withId(String value) |
SignedInfo |
SignedInfo.withReferences(Collection<Reference> values) |
SignedInfo |
SignedInfo.withReferences(List<Reference> value) |
SignedInfo |
SignedInfo.withReferences(Reference... values) |
SignedInfo |
SignedInfo.withSignatureMethod(SignatureMethod value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Signature.setSignedInfo(SignedInfo value)
Sets the value of the signedInfo property.
|
Signature |
Signature.withSignedInfo(SignedInfo 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.