Class SHA256

    • Constructor Detail

      • SHA256

        public SHA256()
    • Method Detail

      • getURI

        public String getURI()
      • evaluate

        public org.eclipse.rdf4j.model.Literal evaluate​(org.eclipse.rdf4j.model.ValueFactory valueFactory,
                                                        org.eclipse.rdf4j.model.Value... args)
                                                 throws ValueExprEvaluationException
        Description copied from interface: Function
        Evaluate the function over the supplied input arguments, using the supplied ValueFactory to produce the result.
        Specified by:
        evaluate in interface Function
        Specified by:
        evaluate in class HashFunction
        Parameters:
        valueFactory - a ValueFactory to use for producing the function result.
        args - the function input arguments.
        Returns:
        the function result value.
        Throws:
        ValueExprEvaluationException