Skip to content

pkcs12 store cached and caching added to query#124

Open
urviljoshi wants to merge 1 commit intomosip:developfrom
urviljoshi:perf-idauth
Open

pkcs12 store cached and caching added to query#124
urviljoshi wants to merge 1 commit intomosip:developfrom
urviljoshi:perf-idauth

Conversation

@urviljoshi
Copy link
Contributor

No description provided.

this.asymmetricKeyAlgorithm = params.get(KeymanagerConstant.ASYM_KEY_ALGORITHM);
this.asymmetricKeyLength = Integer.valueOf(params.get(KeymanagerConstant.ASYM_KEY_SIZE));
this.signAlgorithm = params.get(KeymanagerConstant.CERT_SIGN_ALGORITHM);
this.enableKeyReferenceCache = Boolean.parseBoolean(params.get(KeymanagerConstant.FLAG_KEY_REF_CACHE));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@urviljoshi What happens if this FLAG_KEY_REF_CACHE is not configured in the properties, will it automatically take it as false ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mosip.kernel.keymanager.keystore.keyreference.enable.cache:true this is the property it is true as default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants