incubator-teaclave-java-tee-sdk
incubator-teaclave-java-tee-sdk copied to clipboard
Can this SDK implement instantiation of outsourced computing code?
For example, if I pass in a piece of function code in the "host part" , how can it automatically load and enter the enclave?
Presently this sdk could not support this case. The only way is put the piece of function code in enclave part.
thanks,I have another question: Can a secure channel be established through remote authentication mechanism to transfer data to enclave in the Simulation mode?