java.lang.Object
org.eclipse.milo.opcua.stack.core.util.DigestUtil

public class DigestUtil extends Object
  • Constructor Details

    • DigestUtil

      public DigestUtil()
  • Method Details

    • sha1

      public static byte[] sha1(byte[] input)
      Compute the SHA1 digest for a given input.
      Parameters:
      input - the input to compute the digest for.
      Returns:
      the SHA1 digest of input.