Hi All,
I have a java based application trying to do SSL client authentication.
My organization has supplied the SSO certificates with key marked as non exportable.
I load the certificates using macOS implementation of Java KeystoreAPI called "KeychainStore " . http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#Apple
Then java tries to export the key material in JVM and tries to authenticate with the peer. But this step is failing since the key marked is non exportable.
Can anything be done here ? is there any workaround ?
Best Regards,
Saurav