Uses of Class
org.apache.camel.component.xmlsecurity.api.XmlSignatureException
-
Packages that use XmlSignatureException Package Description org.apache.camel.component.xmlsecurity.api org.apache.camel.component.xmlsecurity.processor -
-
Uses of XmlSignatureException in org.apache.camel.component.xmlsecurity.api
Subclasses of XmlSignatureException in org.apache.camel.component.xmlsecurity.api Modifier and Type Class Description classXmlSignatureFormatExceptionException thrown when the input for signing or verifying does not have the correct format.classXmlSignatureInvalidContentHashExceptionThis exception is thrown if the verification of a XML signature fails because the hash calculated over the content does not match the value in the signature.classXmlSignatureInvalidExceptionThis exception is thrown if XML signature verification fails.classXmlSignatureInvalidKeyExceptionException thrown during signing or verifying if the key type does not fit to the signature algorithm.classXmlSignatureInvalidValueExceptionThis exception is thrown if the verification of an XML signature fails because the signature value is invalid.classXmlSignatureNoKeyExceptionException thrown when no key for signing is found.Methods in org.apache.camel.component.xmlsecurity.api that throw XmlSignatureException 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 StringXAdESSignatureProperties. addSignedDataObjectProperties(Document doc, Element signedProperties, XmlSignatureProperties.Input input)protected voidXAdESSignatureProperties. addSignerRole(Document doc, Element signedSignatureProperties, XmlSignatureProperties.Input input)protected ElementXAdESSignatureProperties. createChildFromXmlFragmentOrText(Document doc, XmlSignatureProperties.Input input, String localElementName, String errorMessage, String elementOrText)protected StringXAdESSignatureProperties. getMessageDigestAlgorithm(String xmlSigDigestMethod, String errorMessage) -
Uses of XmlSignatureException in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor that throw XmlSignatureException Modifier and Type Method Description protected ReferenceXmlSignerProcessor. createReference(XMLSignatureFactory fac, String uri, String type, SignatureType sigType, String id, org.apache.camel.Message message)protected List<String>XmlSignerProcessor. getContentReferenceUris(org.apache.camel.Message message, SignatureType signatureType, Node messageBodyNode)protected StringXmlSignerProcessor. getDigestAlgorithmUri()protected SchemaXmlSignatureProcessor. getSchema(org.apache.camel.Message message)protected SchemaXmlSignerProcessor. getSchemaForSigner(org.apache.camel.Message message, org.apache.camel.support.processor.validation.ValidatorErrorHandler errorHandler)
-