Class XmlSignatureProperties.Output

java.lang.Object
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Output
Enclosing interface:
XmlSignatureProperties

public static class XmlSignatureProperties.Output extends Object
  • Constructor Details

    • Output

      public Output()
  • Method Details

    • getObjects

      public List<? extends XMLObject> getObjects()
    • setObjects

      public void setObjects(List<? extends XMLObject> objects)
    • getReferences

      public List<? extends Reference> getReferences()
    • setReferences

      public void setReferences(List<? extends Reference> references)
    • getContentReferenceId

      public String getContentReferenceId()
    • setContentReferenceId

      public void setContentReferenceId(String contentReferenceId)
      Id value for the reference of the signed content. Currently used by the XAdES parameter DataObjectFormat. See XAdESSignatureProperties.
    • getSignatureId

      public String getSignatureId()
    • setSignatureId

      public void setSignatureId(String signatureId)
      You can overwrite the value of the Id attribute of the Signature element that you get from XmlSignatureProperties.Input.getSignatureId(). Only if the provided value is not null and not empty, then the signature Id will be overwritten.
      Parameters:
      signatureId - Id attribute value of the Signature element