Package | Description |
---|---|
org.wso2.carbon.mediator.cache.digest |
Modifier and Type | Method and Description |
---|---|
boolean |
DOMHASHGenerator.compareOMAttribute(org.apache.axiom.om.OMAttribute attribute,
org.apache.axiom.om.OMAttribute comparingAttribute,
String digestAlgorithm)
Deprecated.
Compares two OMAttributes for the XML equality.
|
boolean |
DOMHASHGenerator.compareOMDocument(org.apache.axiom.om.OMDocument document,
org.apache.axiom.om.OMDocument comparingDocument,
String digestAlgorithm)
Deprecated.
Compares two OMDocuments for the XML equality.
|
boolean |
DOMHASHGenerator.compareOMNode(org.apache.axiom.om.OMNode node,
org.apache.axiom.om.OMNode comparingNode,
String digestAlgorithm)
Deprecated.
Compares two OMNodes for the XML equality.
|
String |
DOMHASHGenerator.getDigest(org.apache.axis2.context.MessageContext msgContext)
Deprecated.
This is the implementation of the getDigest method and will implement the DOMHASH algorithm based XML node
identifications.
|
String |
DigestGenerator.getDigest(org.apache.axis2.context.MessageContext msgContext)
This method will be implemented to return the unique XML node identifier on the given XML node
|
String |
REQUESTHASHGenerator.getDigest(org.apache.axis2.context.MessageContext msgContext)
Deprecated.
This is the implementation of the getDigest method and will implement the Extended DOMHASH algorithm based HTTP
request identifications.
|
String |
HttpRequestHashGenerator.getDigest(org.apache.axis2.context.MessageContext msgContext)
This method will be implemented to return the unique XML node identifier on the given XML node
|
byte[] |
DOMHASHGenerator.getDigest(org.apache.axiom.om.OMAttribute attribute,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for OMAttribute.
|
byte[] |
HttpRequestHashGenerator.getDigest(org.apache.axiom.om.OMAttribute attribute,
String digestAlgorithm)
This is an overloaded method for the digest generation for OMAttribute.
|
byte[] |
DOMHASHGenerator.getDigest(org.apache.axiom.om.OMDocument document,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for OMDocument.
|
byte[] |
DOMHASHGenerator.getDigest(org.apache.axiom.om.OMElement element,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for OMElement.
|
byte[] |
REQUESTHASHGenerator.getDigest(org.apache.axiom.om.OMElement element,
String toAddress,
Map<String,String> headers,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for OMElement and request.
|
byte[] |
HttpRequestHashGenerator.getDigest(org.apache.axiom.om.OMElement element,
String toAddress,
Map<String,String> headers,
String digestAlgorithm)
This is an overloaded method for the digest generation for OMElement.
|
byte[] |
DOMHASHGenerator.getDigest(org.apache.axiom.om.OMNode node,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for OMNode.
|
byte[] |
HttpRequestHashGenerator.getDigest(org.apache.axiom.om.OMNode node,
String digestAlgorithm)
This is an overloaded method for the digest generation for OMNode.
|
byte[] |
REQUESTHASHGenerator.getDigest(org.apache.axiom.om.OMNode node,
String toAddress,
Map<String,String> headers,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for OMNode and request.
|
byte[] |
HttpRequestHashGenerator.getDigest(org.apache.axiom.om.OMNode node,
String toAddress,
Map<String,String> headers,
String digestAlgorithm)
This is an overloaded method for the digest generation for OMNode and request.
|
byte[] |
DOMHASHGenerator.getDigest(org.apache.axiom.om.OMProcessingInstruction pi,
String digestAlgorithm)
Deprecated.
This method is an overloaded method for the digest generation for OMProcessingInstruction.
|
byte[] |
HttpRequestHashGenerator.getDigest(org.apache.axiom.om.OMProcessingInstruction pi,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMProcessingInstruction.
|
byte[] |
DOMHASHGenerator.getDigest(org.apache.axiom.om.OMText text,
String digestAlgorithm)
Deprecated.
This method is an overloaded method for the digest generation for OMText.
|
byte[] |
HttpRequestHashGenerator.getDigest(org.apache.axiom.om.OMText text,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMText.
|
byte[] |
HttpRequestHashGenerator.getDigest(String toAddress,
String digestAlgorithm)
For the digest generation using the to address.
|
byte[] |
REQUESTHASHGenerator.getDigest(String key,
String value,
String digestAlgorithm)
Deprecated.
This is an overloaded method for the digest generation for HTTP header propery.
|
byte[] |
HttpRequestHashGenerator.getDigest(String key,
String value,
String digestAlgorithm) |
Copyright © 2018 WSO2. All rights reserved.