Actions
Task #2365
closedImplement the KeyChain default constructor
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
01/09/2015
Due date:
% Done:
0%
Estimated time:
Description
The KeyChain default constructor uses the OS X key chain on OS X, and the file-based private key store on Linux, etc. The default constructor is implemented in NDN-CPP and PyNDN because we have code for using the OS X key chain. But we don't have code for Java. However, to make the API easier to use on Linux, etc. we should implement the KeyChain default constructor, and throw an exception on OS X until we have code for it.
Updated by Anonymous almost 10 years ago
Hi Andrew,
I looked and the KeyChain already has a default constructor. Does this work for your purposes?
Updated by Andrew Brown almost 10 years ago
Yes, I just used it today and it worked as expected. I think we should close this for jndn.
Actions