java.lang.Object
org.apache.jena.sparql.expr.nodevalue.NodeValueDigest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeValue
calculateDigest
(NodeValue nv, String digestName) Calculate digest of a string literals.static NodeValue
Calculate digest of a string literals by function name or namespace fragment without the @code #}.
-
Constructor Details
-
NodeValueDigest
public NodeValueDigest()
-
-
Method Details
-
calculateDigest
Calculate digest of a string literals. Pass in the digest name exactly, upper case and with a dash e.g. "SHA-1") -
function
Calculate digest of a string literals by function name or namespace fragment without the @code #}.
-