public class Sha256 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
hash(byte[] bytes) |
static byte[] |
hash(byte[] bytes,
int offset,
int length) |
static byte[] |
hash(String text) |
public static byte[] hash(String text)
public static byte[] hash(byte[] bytes)
public static byte[] hash(byte[] bytes,
int offset,
int length)
Copyright © 2018. All rights reserved.