public class ShortEncryptedBuildRecord extends EncryptedBuildRecord
| Modifier and Type | Field and Description |
|---|---|
static int | LENGTHLENGTH. |
_data| Constructor and Description |
|---|
ShortEncryptedBuildRecord(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
int | length()length. |
calculateHash, equals, fromBase64, fromByteArray, getData, hashCode, read, readBytes, setData, toBase64, toByteArray, toString, writeBytespublic static final int LENGTH
public ShortEncryptedBuildRecord(byte[] data)
IllegalArgumentException - if data is not correct length (null is ok)public int length()
length in class EncryptedBuildRecord