public class ShortEncryptedBuildRecord extends EncryptedBuildRecord
| Modifier and Type | Field and Description |
|---|---|
static int | LENGTHRecord data size in bytes. |
_data| Constructor and Description |
|---|
ShortEncryptedBuildRecord(byte[] data)Encrypted record with the given data. |
| Modifier and Type | Method and Description |
|---|---|
int | length()Record size in bytes. |
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