public class SHA extends Object
SHA()
static byte[]
hmacSha256(byte[] data, byte[] key)
sha256(byte[] b)
sha256(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SHA()
public static byte[] sha256(String text)
public static byte[] sha256(byte[] b)
public static byte[] hmacSha256(byte[] data, byte[] key)
Copyright © 2019. All rights reserved.