public final class Sha256
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
sha256(byte[] bytes) |
static byte[] |
sha256(byte[] bytes,
int offset,
int length) |
static byte[] |
sha256Twice(byte[] bytes) |
static byte[] |
sha256Twice(byte[] bytes,
int offset,
int length) |