Import server certificate (not https)
Hello i've been long looking for the way to implement same mechanism that
works in https connections but in a swing app. This is Ialready have client and
server both authenticated to each other to set up an SSL communication....
but this works as long as i use externallykeytool[/] to exchange the keys,
andI want Client may choose to import or not the server certificate
on the first connection, . as it happens in the case of https connections.
I use Custom Socket Factories as it must be; loading the key stuff on both sides as keystore and as truststore an all the rest.
Thanx.
PD:Sorry i messed with my first trial and i posted at a generic branch.

