apache / incubator-teaclave-java-tee-sdk

Apache Teaclave (incubating) Java TEE SDK is an open source universal confidential computing framework, making java computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
49 stars 15 forks source link

Can this SDK implement instantiation of outsourced computing code? #37

Open damoguyanh opened 5 months ago

damoguyanh commented 5 months ago

For example, if I pass in a piece of function code in the "host part" , how can it automatically load and enter the enclave?

superajun-wsj commented 5 months ago

Presently this sdk could not support this case. The only way is put the piece of function code in enclave part.

damoguyanh commented 5 months ago

thanks,I have another question: Can a secure channel be established through remote authentication mechanism to transfer data to enclave in the Simulation mode?