This is the complete list of members for ndn::KeyChain, including all inherited members.
| addCertificate(PibKey &key, const CertificateV2 &certificate) | ndn::KeyChain | |
| CommandInterestSigner (defined in ndn::KeyChain) | ndn::KeyChain | friend |
| createIdentity(const Name &identityName, const KeyParams ¶ms=getDefaultKeyParams()) | ndn::KeyChain | inline |
| createIdentityAndCertificate(const Name &identityName, const KeyParams ¶ms=getDefaultKeyParams()) | ndn::KeyChain | inline |
| createIdentityV2(const Name &identityName, const KeyParams ¶ms=getDefaultKeyParams()) | ndn::KeyChain | |
| createKey(PibIdentity &identity, const KeyParams ¶ms=getDefaultKeyParams()) | ndn::KeyChain | |
| createSigningRequest(const Name &keyName) | ndn::KeyChain | inline |
| DEFAULT_KEY_PARAMS | ndn::KeyChain | static |
| deleteCertificate(PibKey &key, const Name &certificateName) | ndn::KeyChain | |
| deleteIdentity(PibIdentity &identity) | ndn::KeyChain | |
| deleteIdentity(const Name &identityName) | ndn::KeyChain | inline |
| deleteKey(PibIdentity &identity, PibKey &key) | ndn::KeyChain | |
| 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 |
| getDefaultKeyParams() (defined in ndn::KeyChain) | ndn::KeyChain | static |
| getIdentityCertificate(const Name &certificateName) | ndn::KeyChain | inline |
| getIdentityManager() | ndn::KeyChain | inline |
| getIsSecurityV1() const | ndn::KeyChain | inline |
| getPib() (defined in ndn::KeyChain) | ndn::KeyChain | inline |
| getPolicyManager() | ndn::KeyChain | inline |
| getTpm() (defined in ndn::KeyChain) | ndn::KeyChain | inline |
| importSafeBag(const SafeBag &safeBag, const uint8_t *password=0, size_t passwordLength=0) | ndn::KeyChain | |
| installIdentityCertificate(const IdentityCertificate &certificate) | ndn::KeyChain | inline |
| KeyChain(const std::string &pibLocator, const std::string &tpmLocator, bool allowReset=false) | ndn::KeyChain | |
| KeyChain(const ptr_lib::shared_ptr< PibImpl > &pibImpl, const ptr_lib::shared_ptr< TpmBackEnd > &tpmBackEnd, const ptr_lib::shared_ptr< PolicyManager > &policyManager=ptr_lib::shared_ptr< PolicyManager >()) | ndn::KeyChain | |
| 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 | |
| MakePibImpl typedef (defined in ndn::KeyChain) | ndn::KeyChain | |
| MakeTpmBackEnd typedef (defined in ndn::KeyChain) | ndn::KeyChain | |
| registerPibBackend(const std::string &scheme, const MakePibImpl &makePibImpl) | ndn::KeyChain | inlinestatic |
| registerTpmBackend(const std::string &scheme, const MakeTpmBackEnd &makeTpmBackEnd) | ndn::KeyChain | inlinestatic |
| revokeCertificate(const Name &certificateName) | ndn::KeyChain | inline |
| revokeKey(const Name &keyName) | ndn::KeyChain | inline |
| selfSign(ptr_lib::shared_ptr< PibKey > &key, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | |
| setDefaultCertificate(PibKey &key, const CertificateV2 &certificate) | ndn::KeyChain | |
| setDefaultCertificateForKey(const IdentityCertificate &certificate) | ndn::KeyChain | inline |
| setDefaultIdentity(PibIdentity &identity) | ndn::KeyChain | |
| setDefaultKey(PibIdentity &identity, PibKey &key) | ndn::KeyChain | |
| setDefaultKeyForIdentity(const Name &keyName, const Name &identityNameCheck=Name()) | ndn::KeyChain | inline |
| setFace(Face *face) | ndn::KeyChain | inline |
| sign(Data &data, const SigningInfo ¶ms, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | |
| sign(Data &data, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(Interest &interest, const SigningInfo ¶ms, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | |
| sign(Interest &interest, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(const uint8_t *buffer, size_t bufferLength, const SigningInfo ¶ms=getDefaultSigningInfo()) | ndn::KeyChain | |
| sign(Data &data, const Name &certificateName, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | inline |
| sign(Interest &interest, const Name &certificateName, 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 |
| signWithHmacWithSha256(Interest &interest, const Blob &key, const Name &keyName, 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 OnDataValidationFailed &onValidationFailed, int stepCount=0) | ndn::KeyChain | |
| 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 OnInterestValidationFailed &onValidationFailed, int stepCount=0, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | |
| verifyInterest(const ptr_lib::shared_ptr< Interest > &interest, const OnVerifiedInterest &onVerified, const OnVerifyInterestFailed &onVerifyFailed, int stepCount=0, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | |
| verifyInterestWithHmacWithSha256(const Interest &interest, const Blob &key, WireFormat &wireFormat=*WireFormat::getDefaultWireFormat()) | ndn::KeyChain | static |
1.8.6