{
  "iface": "futoin.enclave.device",
  "version": "1.0",
  "ftn3rev": "1.8",
  "funcs": {
    "shutdown": {
      "desc": "Informs Enclave of graceful shutdown of the channel"
    },
    "wipeOut": {
      "result": "boolean",
      "desc": "Request Enclave to wipe out all its stored data"
    }
  },
  "requires": [
    "SecureChannel",
    "MessageSignature"
  ],
  "desc": "FutoIn Enclave Device interface"
}