

Go to the source code of this file.
Classes | |
| class | ndn::KeyParams | 
| Base class of key parameters.  More... | |
| class | ndn::KeyParams::Error | 
| class | ndn::detail::RsaKeyParamsInfo | 
| RsaKeyParamInfo is used to instantiate SimplePublicKeyParams for RSA keys.  More... | |
| class | ndn::detail::EcKeyParamsInfo | 
| EcKeyParamInfo is used to instantiate SimplePublicKeyParams for elliptic curve keys.  More... | |
| class | ndn::SimplePublicKeyParams< KeyParamsInfo > | 
| SimplePublicKeyParams is a template for public keys with only one parameter: size.  More... | |
| class | ndn::detail::AesKeyParamsInfo | 
| AesKeyParamsInfo is used to instantiate SimpleSymmetricKeyParams for AES keys.  More... | |
| class | ndn::SimpleSymmetricKeyParams< KeyParamsInfo > | 
| SimpleSymmetricKeyParams is a template for symmetric keys with only one parameter: size.  More... | |
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| ndn::detail | |
Typedefs | |
| typedef SimplePublicKeyParams< detail::RsaKeyParamsInfo > | ndn::RsaKeyParams | 
| RsaKeyParams carries parameters for RSA key.  More... | |
| typedef SimplePublicKeyParams< detail::EcKeyParamsInfo > | ndn::EcKeyParams | 
| EcKeyParams carries parameters for EC key.  More... | |
| typedef SimpleSymmetricKeyParams< detail::AesKeyParamsInfo > | ndn::AesKeyParams | 
| AesKeyParams carries parameters for AES key.  More... | |