net.i2p.data
public class Signature extends SimpleDataStructure
Modifier and Type | Field and Description |
---|---|
static byte[] |
FAKE_SIGNATURE
all zeros
|
static int |
SIGNATURE_BYTES |
_data, _length
Modifier and Type | Method and Description |
---|---|
int |
length()
The legal length of the byte array in this data structure
|
calculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytes
read
public static final int SIGNATURE_BYTES
public static final byte[] FAKE_SIGNATURE
public int length()
SimpleDataStructure
length
in class SimpleDataStructure