public static class XmlSignatureProperties.Output extends Object
| Constructor and Description |
|---|
XmlSignatureProperties.Output() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentReferenceId() |
List<? extends XMLObject> |
getObjects() |
List<? extends Reference> |
getReferences() |
String |
getSignatureId() |
void |
setContentReferenceId(String contentReferenceId)
Id value for the reference of the signed content.
|
void |
setObjects(List<? extends XMLObject> objects) |
void |
setReferences(List<? extends Reference> references) |
void |
setSignatureId(String signatureId)
You can overwrite the value of the Id attribute of the Signature
element that you get from
XmlSignatureProperties.Input.getSignatureId(). |
public String getContentReferenceId()
public void setContentReferenceId(String contentReferenceId)
public String getSignatureId()
public void setSignatureId(String signatureId)
XmlSignatureProperties.Input.getSignatureId(). Only if the
provided value is not null and not empty, then the
signature Id will be overwritten.signatureId - Id attribute value of the Signature elementApache Camel