| 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(java.lang.String value) |
SignatureMethod |
SignatureMethod.withContent(java.util.Collection<java.lang.Object> values) |
SignatureMethod |
SignatureMethod.withContent(java.util.List<java.lang.Object> value) |
SignatureMethod |
SignatureMethod.withContent(java.lang.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,
java.util.List<Reference> references,
java.lang.String id)
Fully-initialising value constructor
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.