Uses of Class
org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.PublicKey
- 
Packages that use PublicKey Package Description org.apache.sysds.runtime.controlprogram.paramserv org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption 
- 
- 
Uses of PublicKey in org.apache.sysds.runtime.controlprogram.paramservMethods in org.apache.sysds.runtime.controlprogram.paramserv that return PublicKey Modifier and Type Method Description PublicKeyHEParamServer. aggregatePartialPublicKeys(PublicKey[] partial_public_keys)PublicKeyFederatedPSControlThread. getPartialPublicKey()Methods in org.apache.sysds.runtime.controlprogram.paramserv with parameters of type PublicKey Modifier and Type Method Description PublicKeyHEParamServer. aggregatePartialPublicKeys(PublicKey[] partial_public_keys)voidFederatedPSControlThread. setPublicKey(PublicKey public_key)
- 
Uses of PublicKey in org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryptionMethods in org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption that return PublicKey Modifier and Type Method Description PublicKeySEALServer. aggregatePartialPublicKeys(PublicKey[] partial_public_keys)accumulates the given partial public keys into a public key, stores it in ctx and returns itPublicKeySEALClient. generatePartialPublicKey()generates a partial public key stores a partial private key corresponding to the partial public key in ctxMethods in org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption with parameters of type PublicKey Modifier and Type Method Description PublicKeySEALServer. aggregatePartialPublicKeys(PublicKey[] partial_public_keys)accumulates the given partial public keys into a public key, stores it in ctx and returns itvoidSEALClient. setPublicKey(PublicKey public_key)sets the public key and stores it in ctx
 
-