Class Keccak256

java.lang.Object
org.fisco.bcos.sdk.crypto.hash.Keccak256
All Implemented Interfaces:
Hash

public class Keccak256
extends java.lang.Object
implements Hash
  • Constructor Summary

    Constructors 
    Constructor Description
    Keccak256()  
  • Method Summary

    Modifier and Type Method Description
    byte[] hash​(byte[] inputBytes)  
    java.lang.String hash​(java.lang.String inputData)  
    java.lang.String hashBytes​(byte[] inputBytes)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • hash

      public java.lang.String hash​(java.lang.String inputData)
      Specified by:
      hash in interface Hash
    • hash

      public byte[] hash​(byte[] inputBytes)
      Specified by:
      hash in interface Hash
    • hashBytes

      public java.lang.String hashBytes​(byte[] inputBytes)
      Specified by:
      hashBytes in interface Hash