Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkcs12 store cached and caching added to query #124

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

urviljoshi
Copy link
Contributor

No description provided.

@@ -126,7 +133,9 @@ public PKCS12KeyStoreImpl(Map<String, String> params) throws Exception {
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