Uses of Enum Class
org.apache.camel.component.xmlsecurity.api.SignatureType
Packages that use SignatureType
Package
Description
-
Uses of SignatureType in org.apache.camel.component.xmlsecurity.api
Methods in org.apache.camel.component.xmlsecurity.api that return SignatureTypeModifier and TypeMethodDescriptionXmlSignatureProperties.Input.getSignatureType()Retruns the signature type.static SignatureTypeReturns the enum constant of this class with the specified name.static SignatureType[]SignatureType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SignatureType in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type SignatureTypeModifier and TypeMethodDescriptionprotected ReferenceXmlSignerProcessor.createReference(XMLSignatureFactory fac, String uri, String type, SignatureType sigType, String id, org.apache.camel.Message message) XmlSignerProcessor.getContentReferenceUris(org.apache.camel.Message message, SignatureType signatureType, Node messageBodyNode) protected ElementXmlSignerProcessor.getParentOfSignature(org.apache.camel.Message inMessage, Node messageBodyNode, String contentReferenceURI, SignatureType sigType)