This is the complete list of members for ndn::KeyChain, including all inherited members.
| createIdentity(const Name &identityName, const KeyParams ¶ms=DEFAULT_KEY_PARAMS) | ndn::KeyChain | inline |
| createIdentityAndCertificate(const Name &identityName, const KeyParams ¶ms=DEFAULT_KEY_PARAMS) | ndn::KeyChain | inline |
| createSigningRequest(const Name &keyName) | ndn::KeyChain | inline |
| DEFAULT_KEY_PARAMS (defined in ndn::KeyChain) | ndn::KeyChain | static |
| deleteIdentity(const Name &identityName) | ndn::KeyChain | inline |
| generateEcdsaKeyPair(const Name &identityName, bool isKsk=false, int keySize=256) | ndn::KeyChain | inline |
| generateEcdsaKeyPairAsDefault(const Name &identityName, bool isKsk=false, int keySize=256) | ndn::KeyChain | inline |
| generateRSAKeyPair(const Name &identityName, bool isKsk=false, int keySize=2048) | ndn::KeyChain | inline |
| generateRSAKeyPairAsDefault(const Name &identityName, bool isKsk=false, int keySize=2048) | ndn::KeyChain | inline |
| getCertificate(const Name &certificateName) | ndn::KeyChain | inline |
| getDefaultCertificateName() | ndn::KeyChain | inline |
| getDefaultIdentity() | ndn::KeyChain | inline |
| getIdentityCertificate(const Name &certificateName) | ndn::KeyChain | inline |
| getIdentityManager() | ndn::KeyChain | inline |
| getPolicyManager() | ndn::KeyChain | inline |
| installIdentityCertificate(const IdentityCertificate &certificate) | ndn::KeyChain | inline |
| KeyChain(const ptr_lib::shared_ptr< IdentityManager > &identityManager, const ptr_lib::shared_ptr< PolicyManager > &policyManager) | ndn::KeyChain | |
| KeyChain(const ptr_lib::shared_ptr< IdentityManager > &identityManager) | ndn::KeyChain | |
| KeyChain() | ndn::KeyChain | |
| revokeCertificate(const Name &certificateName) | ndn::KeyChain | inline |
| revokeKey(const Name &keyName) | ndn::KeyChain | inline |
| setDefaultCertificateForKey(const IdentityCertificate &certificate) | ndn::KeyChain | inline |
| setDefaultKeyForIdentity(const Name &keyName, const Name &identityNameCheck=Name()) | ndn::KeyChain | inline |
| setFace(Face *face) | ndn::KeyChain | inline |
| sign(Data &data, const Name &certificateName, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(Data &data, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(Interest &interest, const Name &certificateName, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(Interest &interest, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(const uint8_t *buffer, size_t bufferLength, const Name &certificateName) | ndn::KeyChain | inline |
| sign(const std::vector< uint8_t > &buffer, const Name &certificateName) | ndn::KeyChain | inline |
| signByIdentity(Data &data, const Name &identityName=Name(), WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | |
| signByIdentity(const uint8_t *buffer, size_t bufferLength, const Name &identityName) | ndn::KeyChain | |
| signByIdentity(const std::vector< uint8_t > &buffer, const Name &identityName) | ndn::KeyChain | inline |
| signWithHmacWithSha256(Data &data, const Blob &key, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | static |
| signWithSha256(Data &data, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| signWithSha256(Interest &interest, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| verifyData(const ptr_lib::shared_ptr< Data > &data, const OnVerified &onVerified, const OnVerifyFailed &onVerifyFailed, int stepCount=0) | ndn::KeyChain | |
| verifyDataWithHmacWithSha256(const Data &data, const Blob &key, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | static |
| verifyInterest(const ptr_lib::shared_ptr< Interest > &interest, const OnVerifiedInterest &onVerified, const OnVerifyInterestFailed &onVerifyFailed, int stepCount=0, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain |
1.8.9.1