public class Bitprint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BITPRINT_BASE32_LEN |
static int |
BITPRINT_RAW_LEN |
static int |
BUFFER_LEN |
static int |
SHA_BASE32SIZE |
static int |
TIGER_BASE32SIZE |
| Constructor and Description |
|---|
Bitprint() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
analyzeFinal() |
boolean |
analyzeInit() |
void |
analyzeUpdate(byte[] buf,
int ofs,
int bufLen) |
static void |
main(java.lang.String[] args) |
public static final int BITPRINT_RAW_LEN
public static final int BITPRINT_BASE32_LEN
public static final int SHA_BASE32SIZE
public static final int TIGER_BASE32SIZE
public static final int BUFFER_LEN