Class XmlSignatureProperties.Output
java.lang.Object
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Output
- Enclosing interface:
- XmlSignatureProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 fromXmlSignatureProperties.Input.getSignatureId()
.
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getObjects
-
setObjects
-
getReferences
-
setReferences
-
getContentReferenceId
-
setContentReferenceId
Id value for the reference of the signed content. Currently used by the XAdES parameter DataObjectFormat. See XAdESSignatureProperties. -
getSignatureId
-
setSignatureId
You can overwrite the value of the Id attribute of the Signature element that you get fromXmlSignatureProperties.Input.getSignatureId()
. Only if the provided value is notnull
and not empty, then the signature Id will be overwritten.- Parameters:
signatureId
- Id attribute value of the Signature element
-