public class CryptUtils extends Object
CryptUtils()
static String
sha1(byte[] input)
sha1(String input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CryptUtils()
public static String sha1(String input) throws NoSuchAlgorithmException
NoSuchAlgorithmException
public static String sha1(byte[] input) throws NoSuchAlgorithmException
Copyright © 2020. All rights reserved.