Java Keystore.getKey() slow while Key store size Increase
I am using java key store to store and retrieve encryption key.It works faster while my key store size is small. But once my key store size is increased than key store operation goes slow. I am working on linux platform, Java version Jdk_1.8. and safenet as provider. I have been facing the same issue related to execution speed varies with different operation system platform. Jvm loads key store in memory. And its having hashtable collection as internal storage. Hashtable is synchronized. Whenever you perform get operation from key store, than it will return it from in-memory key store not from