blob: 79bf39feb9127d69ba7e0c96b306f3d34fc41cf6 [file] [log] [blame]
Steve DiBenedettobdedce92014-02-02 22:49:39 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2/**
3 * Copyright (C) 2014 Named Data Networking Project
4 * See COPYING for copyright and distribution information.
5 */
6
7#include "app-face.hpp"
8
9namespace nfd {
10
11void
12AppFace::sign(Data& data)
13{
14 m_keyChain.sign(data);
15}
16
17} // namespace nfd