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 voidXAdESSignatureProperties. addCertificate(X509Certificate cert, Element signedCertificate, Document doc, int index, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addCommitmentTypeIndication(Element signedDataObjectProperties, Document doc, XmlSignatureProperties.Input input)protected StringXAdESSignatureProperties. addDataObjectFormat(Element signedDataObjectProperties, Document doc, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSignaturePolicyIdentifier(Document doc, Element signedProperties, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSignatureProductionPlace(Document doc, Element signedSignatureProperties, XmlSignatureProperties.Input input)protected StringXAdESSignatureProperties. addSignedDataObjectProperties(Document doc, Element signedProperties, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSignedSignatureProperties(Document doc, Element signedProperties, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSignerRole(Document doc, Element signedSignatureProperties, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSigningCertificate(Document doc, Element signedProperties, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSigningTime(Document doc, Element signedProperties, XmlSignatureProperties.Input input)protected ElementXAdESSignatureProperties. createChildFromXmlFragmentOrText(Document doc, XmlSignatureProperties.Input input, String localElementName, String errorMessage, String elementOrText)protected ElementXAdESSignatureProperties. createElement(String localName, Document doc, XmlSignatureProperties.Input input)protected ElementXAdESSignatureProperties. createElementNS(Document doc, XmlSignatureProperties.Input input, String elementName)XmlSignatureProperties.OutputXAdESSignatureProperties. get(XmlSignatureProperties.Input input)XmlSignatureProperties.OutputXmlSignatureProperties. get(XmlSignatureProperties.Input input)Returns further configuration objects for the XML signatureprotected voidXAdESSignatureProperties. replacePrefix(Element el, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. replacePrefixes(Document qualifierDoc, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. replacePrefixForNode(Node node, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. 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.OutputXmlSignerProcessor. getSignatureProperties(XmlSignatureProperties.Input input)
-