Uses of Class
org.apache.sysds.runtime.instructions.cp.CiphertextMatrix
Packages that use CiphertextMatrix
Package
Description
-
Uses of CiphertextMatrix in org.apache.sysds.runtime.controlprogram.paramserv
Methods in org.apache.sysds.runtime.controlprogram.paramserv with parameters of type CiphertextMatrixModifier and TypeMethodDescriptionFederatedPSControlThread.getPartialDecryption(CiphertextMatrix[] encrypted_sum) -
Uses of CiphertextMatrix in org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption
Methods in org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption that return CiphertextMatrixModifier and TypeMethodDescriptionSEALServer.accumulateCiphertexts(CiphertextMatrix[] ciphertexts) accumulates the given ciphertext blocks into a sum ciphertext and returns itSEALClient.encrypt(MatrixObject plaintext) encrypts one block of data with public key stored statically and returns it setPublicKey() must have been called before calling thisMethods in org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption with parameters of type CiphertextMatrixModifier and TypeMethodDescriptionSEALServer.accumulateCiphertexts(CiphertextMatrix[] ciphertexts) accumulates the given ciphertext blocks into a sum ciphertext and returns itSEALServer.average(CiphertextMatrix encrypted_sum, PlaintextMatrix[] partial_plaintexts) averages the partial decryptionsSEALClient.partiallyDecrypt(CiphertextMatrix ciphertext) partially decrypts ciphertext with the partial private key.