

Go to the source code of this file.
Classes | |
| class | ndn::KeyParams |
| Base class of key parameters. More... | |
| class | ndn::KeyParams::Error |
| class | ndn::RsaKeyParamsInfo |
| RsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for RSA key. More... | |
| class | ndn::EcdsaKeyParamsInfo |
| EcdsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for ECDSA key. More... | |
| class | ndn::SimplePublicKeyParams< KeyParamsInfo > |
| SimplePublicKeyParams is a template for public keys with only one parameter: size. More... | |
| class | ndn::AesKeyParamsInfo |
| AesKeyParamsInfo is used to initialize a SimpleSymmetricKeyParams template for AES key. 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. | |
Typedefs | |
| typedef SimplePublicKeyParams< RsaKeyParamsInfo > | ndn::RsaKeyParams |
| RsaKeyParams carries parameters for RSA key. More... | |
| typedef SimplePublicKeyParams< EcdsaKeyParamsInfo > | ndn::EcdsaKeyParams |
| EcdsaKeyParams carries parameters for ECDSA key. More... | |
| typedef SimpleSymmetricKeyParams< AesKeyParamsInfo > | ndn::AesKeyParams |