Uses of Class
org.apache.camel.component.xmlsecurity.api.SignatureType
-
Packages that use SignatureType Package Description org.apache.camel.component.xmlsecurity.api org.apache.camel.component.xmlsecurity.processor -
-
Uses of SignatureType in org.apache.camel.component.xmlsecurity.api
Methods in org.apache.camel.component.xmlsecurity.api that return SignatureType Modifier and Type Method Description SignatureTypeXmlSignatureProperties.Input. getSignatureType()Retruns the signature type.static SignatureTypeSignatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureType[]SignatureType. values()Returns an array containing the constants of this enum type, 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 SignatureType 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 ElementXmlSignerProcessor. getParentOfSignature(org.apache.camel.Message inMessage, Node messageBodyNode, String contentReferenceURI, SignatureType sigType)
-