NdnsecKeyChain constructor options.
Optional
HOME environment variable to pass to ndnsec command.
ndn-cxx will derive PIB locator and TPM locator from HOME environment variable. This is ignored when both .pibLocator and .tpmLocator are specified.
.pibLocator
.tpmLocator
SafeBag import options.
ndn-cxx PIB locator.
This must be specified together with .tpmLocator.
https://docs.named-data.net/ndn-cxx/0.8.1/manpages/ndn-client.conf.html#key-management
ndn-cxx TPM locator.
This must be specified together with .pibLocator.
NdnsecKeyChain constructor options.