Class CiphertextMatrix

All Implemented Interfaces:
Serializable

public class CiphertextMatrix extends Encrypted
This class abstracts over an encrypted matrix of ciphertexts. It stores the data as opaque byte array. The layout is unspecified.
See Also:
  • Constructor Details

    • CiphertextMatrix

      public CiphertextMatrix(int[] dims, DataCharacteristics dc, byte[] data)
  • Method Details