Class Sha256Filter

  • All Implemented Interfaces:
    Filter, NamedArguments

    public class Sha256Filter
    extends java.lang.Object
    implements Filter
    This class implements the 'sha256' filter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FILTER_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sha256Filter()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object input, java.util.Map<java.lang.String,​java.lang.Object> args, PebbleTemplate self, EvaluationContext context, int lineNumber)  
      private static java.lang.String bytesToHex​(byte[] bytes)  
      java.util.List<java.lang.String> getArgumentNames()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sha256Filter

        public Sha256Filter()