Class ShortEncryptedBuildRecord

All Implemented Interfaces:
DataStructure

public class ShortEncryptedBuildRecord extends EncryptedBuildRecord
Small records. 218 bytes. Preliminary, see proposal 157. Note that these are layer-encrypted and layer-decrypted in-place. Do not cache.
Since:
0.9.49
  • Field Details

  • Constructor Details

    • ShortEncryptedBuildRecord

      public ShortEncryptedBuildRecord(byte[] data)
      Throws:
      IllegalArgumentException - if data is not correct length (null is ok)
  • Method Details