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

Fixes issue #196 #215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

grahnj
Copy link

@grahnj grahnj commented Feb 2, 2024

Renamed InMemoryKeyManager to LocalKeyManager

Overview

Renamed InMemoryKeyManager to LocalKeyManager

Description

Renamed InMemoryKeyManager to LocalKeyManager

Renamed InMemoryKeyManager to LocalKeyManager
@@ -23,7 +23,7 @@ import com.nimbusds.jose.jwk.JWK
* - Keys are stored in an in-memory mutable map and will be lost once the application is terminated or the object is garbage-collected.
* - It is suitable for testing or scenarios where persistent storage of keys is not necessary.
*/
public class InMemoryKeyManager : KeyManager {
public class LocalKeyManager : KeyManager {
Copy link
Contributor

Choose a reason for hiding this comment

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

Update kdocs as well

Copy link
Author

Choose a reason for hiding this comment

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

Done

@jiyoontbd jiyoontbd linked an issue Feb 5, 2024 that may be closed by this pull request
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.

rename InMemoryKeyManager to LocalKeyManager
2 participants