Uses of Class
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Output
-
Packages that use XmlSignatureProperties.Output Package Description org.apache.camel.component.xmlsecurity.api org.apache.camel.component.xmlsecurity.processor -
-
Uses of XmlSignatureProperties.Output in org.apache.camel.component.xmlsecurity.api
Methods in org.apache.camel.component.xmlsecurity.api that return XmlSignatureProperties.Output Modifier and Type Method Description XmlSignatureProperties.Output
XAdESSignatureProperties. get(XmlSignatureProperties.Input input)
XmlSignatureProperties.Output
XmlSignatureProperties. get(XmlSignatureProperties.Input input)
Returns further configuration objects for the XML signature -
Uses of XmlSignatureProperties.Output in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignatureProperties.Output Modifier and Type Method Description protected XmlSignatureProperties.Output
XmlSignerProcessor. getSignatureProperties(XmlSignatureProperties.Input input)
Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureProperties.Output 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)
-