I've got to files: a .der- and a .p12-file, with a key pair, which we should use for creating und verifiing digital signatures in our java code.
I must save both keys in a MySql-Database-Table -> Keys(id, publicKey, privateKey, validity)
To read both keys is not a big problem now, but I have no idea, how to read information about their validity in Java. Is it possible?
Can anybody give an example for that?
Tnanks,
Mur