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
This class abstracts over an encrypted data. It stores the data as opaque byte array. The layout is unspecified.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncrypted(int[] dims, DataCharacteristics dc, byte[] data, Types.DataType dt) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getDebugName, getMetaData, getValueType, removeMetaData, setMetaData, toString, updateDataCharacteristics
-
Constructor Details
-
Encrypted
-
-
Method Details
-
getDims
public int[] getDims() -
getDataCharacteristics
-
getData
public byte[] getData()
-