public class EncryptedBuildRecord extends SimpleDataStructure
| Modifier and Type | Field and Description |
|---|---|
static int | LENGTH528-byte encrypted build record |
_data| Constructor and Description |
|---|
EncryptedBuildRecord(byte[] data) |
| 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, read, readBytes, setData, toBase64, toByteArray, toString, writeBytespublic static final int LENGTH
public EncryptedBuildRecord(byte[] data)
data - the encrypted record dataIllegalArgumentException - if data is not correct length (null is ok)public int length()
SimpleDataStructurelength in class SimpleDataStructure