Uses of Interface
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Input
-
Packages that use XmlSignatureProperties.Input Package Description org.apache.camel.component.xmlsecurity.api org.apache.camel.component.xmlsecurity.processor -
-
Uses of XmlSignatureProperties.Input in org.apache.camel.component.xmlsecurity.api
Methods in org.apache.camel.component.xmlsecurity.api with parameters of type XmlSignatureProperties.Input Modifier and Type Method Description protected void
XAdESSignatureProperties. addCertificate(X509Certificate cert, Element signedCertificate, Document doc, int index, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addCommitmentTypeIndication(Element signedDataObjectProperties, Document doc, XmlSignatureProperties.Input input)
protected String
XAdESSignatureProperties. addDataObjectFormat(Element signedDataObjectProperties, Document doc, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addSignaturePolicyIdentifier(Document doc, Element signedProperties, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addSignatureProductionPlace(Document doc, Element signedSignatureProperties, XmlSignatureProperties.Input input)
protected String
XAdESSignatureProperties. addSignedDataObjectProperties(Document doc, Element signedProperties, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addSignedSignatureProperties(Document doc, Element signedProperties, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addSignerRole(Document doc, Element signedSignatureProperties, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addSigningCertificate(Document doc, Element signedProperties, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. addSigningTime(Document doc, Element signedProperties, XmlSignatureProperties.Input input)
protected Element
XAdESSignatureProperties. createChildFromXmlFragmentOrText(Document doc, XmlSignatureProperties.Input input, String localElementName, String errorMessage, String elementOrText)
protected Element
XAdESSignatureProperties. createElement(String localName, Document doc, XmlSignatureProperties.Input input)
protected Element
XAdESSignatureProperties. createElementNS(Document doc, XmlSignatureProperties.Input input, String elementName)
XmlSignatureProperties.Output
XAdESSignatureProperties. get(XmlSignatureProperties.Input input)
XmlSignatureProperties.Output
XmlSignatureProperties. get(XmlSignatureProperties.Input input)
Returns further configuration objects for the XML signatureprotected void
XAdESSignatureProperties. replacePrefix(Element el, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. replacePrefixes(Document qualifierDoc, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. replacePrefixForNode(Node node, XmlSignatureProperties.Input input)
protected void
XAdESSignatureProperties. setIdAttributeFromHeader(String header, Element element, XmlSignatureProperties.Input input)
-
Uses of XmlSignatureProperties.Input in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureProperties.Input Modifier and Type Method Description protected List<? extends XMLObject>
XmlSignerProcessor. getObjects(XmlSignatureProperties.Input input, XmlSignatureProperties.Output properties)
protected List<? extends Reference>
XmlSignerProcessor. getReferences(XmlSignatureProperties.Input input, XmlSignatureProperties.Output properties, String keyInfoId)
protected XmlSignatureProperties.Output
XmlSignerProcessor. getSignatureProperties(XmlSignatureProperties.Input input)
-