public class ShaJCA extends Sha
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM
Hash algorithm.
|
OUTPUT_SIZE, OUTPUT_SIZE_IN_BYTES| Constructor and Description |
|---|
ShaJCA() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
hash(byte[] data)
Hashes given
data. |
static Sha |
newSynchronizedInstance()
Creates a new synchronized instance.
|
hash, hashToString, hashToStringpublic static final String ALGORITHM
public static Sha newSynchronizedInstance()
Copyright © 2011-2012. All Rights Reserved.