org.openrdf.query.algebra.evaluation.function.hash
Class SHA256

java.lang.Object
  extended by org.openrdf.query.algebra.evaluation.function.hash.HashFunction
      extended by org.openrdf.query.algebra.evaluation.function.hash.SHA256
All Implemented Interfaces:
Function

public class SHA256
extends HashFunction

The SPARQL built-in Function SHA256, as defined in SPARQL Query Language for RDF

Author:
Jeen Broekstra

Constructor Summary
SHA256()
           
 
Method Summary
 Literal evaluate(ValueFactory valueFactory, Value... args)
           
 String getURI()
           
 
Methods inherited from class org.openrdf.query.algebra.evaluation.function.hash.HashFunction
hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHA256

public SHA256()
Method Detail

getURI

public String getURI()

evaluate

public Literal evaluate(ValueFactory valueFactory,
                        Value... args)
                 throws ValueExprEvaluationException
Specified by:
evaluate in interface Function
Specified by:
evaluate in class HashFunction
Throws:
ValueExprEvaluationException


Copyright © 2001-2012 Aduna. All Rights Reserved.