| /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
| * Copyright (c) 2013, Regents of the University of California |
| * BSD license, See the LICENSE file for more information |
| * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
| #ifndef NDN_KEYCHAIN_OSX_H |
| #define NDN_KEYCHAIN_OSX_H |
| #include "ndn.cxx/security/keychain.h" |
| class OSX : public Keychain |
| generateKeyPair (const Name &keyName); |
| deleteKeyPair (const Name &keyName); |
| deletePublicKey (const Name &keyName); |
| getPublicKey (const Name &publicKeyName); |
| #endif // NDN_KEYCHAIN_OSX_H |