Interface DigestAlgorithm


public interface DigestAlgorithm
Author:
whilein
  • Method Summary

    Modifier and Type
    Method
    Description
    byte @NotNull []
    digest(byte @NotNull [] bytes, int off, int len)
     
  • Method Details

    • digest

      byte @NotNull [] digest(byte @NotNull [] bytes, int off, int len)