Someone probably asked about this, but I did not find any useful information, and I had never done this before.
So here is the problem.
If I get a set of key pairs (public and private DSA keys) with different expiration dates and a unique identifier, what's the best way to store them in MySQL-DB using Java?
Is it good to store them in the database?
Thanks in advance.
Moore
Ps. another problem, I can’t imagine what both keys look like? just byte arrays?
source
share