Asylo
|
#include <memory>
#include "asylo/grpc/auth/core/enclave_credentials.h"
#include "asylo/grpc/auth/enclave_credentials_options.h"
#include "include/grpcpp/security/server_credentials.h"
Go to the source code of this file.
Namespaces | |
asylo | |
Functions | |
std::shared_ptr<::grpc::ServerCredentials > | asylo::EnclaveServerCredentials (EnclaveCredentialsOptions options) |
Constructs a grpc::ServerCredentials object for use in an enclave system. More... | |