Class Encrypted

java.lang.Object
org.apache.sysds.runtime.instructions.cp.Data
org.apache.sysds.runtime.instructions.cp.Encrypted
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CiphertextMatrix, PlaintextMatrix

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

  • Method Details

    • getDims

      public int[] getDims()
    • getDataCharacteristics

      public DataCharacteristics getDataCharacteristics()
    • getData

      public byte[] getData()