Project

General

Profile

Actions

Task #2365

closed

Implement the KeyChain default constructor

Added by Anonymous over 9 years ago. Updated about 9 years ago.

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.

Actions #1

Updated by Anonymous over 9 years ago

Hi Andrew,

I looked and the KeyChain already has a default constructor. Does this work for your purposes?

https://github.com/named-data/jndn/blob/904867b22004b3dfc16e0836d8d4786abbabe5be/src/net/named_data/jndn/security/KeyChain.java#L81

Actions #2

Updated by Andrew Brown about 9 years ago

Yes, I just used it today and it worked as expected. I think we should close this for jndn.

Actions #3

Updated by Anonymous about 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF