| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureMethod |
SignedInfo.signatureMethod |
| Modifier and Type | Method and Description |
|---|---|
SignatureMethod |
ObjectFactory.createSignatureMethod()
Create an instance of
SignatureMethod |
SignatureMethod |
SignedInfo.getSignatureMethod()
Gets the value of the signatureMethod property.
|
SignatureMethod |
SignatureMethod.withAlgorithm(String value) |
SignatureMethod |
SignatureMethod.withContent(Collection<Object> values) |
SignatureMethod |
SignatureMethod.withContent(List<Object> value) |
SignatureMethod |
SignatureMethod.withContent(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedInfo.setSignatureMethod(SignatureMethod value)
Sets the value of the signatureMethod property.
|
SignedInfo |
SignedInfo.withSignatureMethod(SignatureMethod value) |
| Constructor and Description |
|---|
SignedInfo(CanonicalizationMethod canonicalizationMethod,
SignatureMethod signatureMethod,
List<Reference> references,
String id)
Fully-initialising value constructor
|
Copyright © 2017 Digipost. All Rights Reserved.