Class EncryptedBuildRecord

java.lang.Object
net.i2p.data.SimpleDataStructure
net.i2p.data.i2np.EncryptedBuildRecord
All Implemented Interfaces:
DataStructure
Direct Known Subclasses:
ShortEncryptedBuildRecord

public class EncryptedBuildRecord extends SimpleDataStructure
ElGamal-encrypted request or response. 528 bytes. Previously stored in a ByteArray. May or may not be AES layer-encrypted. Note that these are layer-encrypted and layer-decrypted in-place. Do not cache.
Since:
0.9.18
  • Field Details

  • Constructor Details

    • EncryptedBuildRecord

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