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

#2 Update KeyManagerService #7

Merged
merged 27 commits into from
Oct 10, 2021
Merged

Conversation

EricJohnEastwood
Copy link
Contributor

added 2 separate keystore aliases for endec and sign
added separate key pair generation for endec and sign
symmetric key is now generated and used within encryption
fixed log messages
moved all property initialization to properties.config
updated UI
getPublicKey() provides either signing public key or encryption public key based on contents PublicKeyRequestDto

@EricJohnEastwood
Copy link
Contributor Author

Added android based testing.
Added dependency injection.

@EricJohnEastwood EricJohnEastwood changed the title Updated LocalClientCryptoService Update KeyManagerService Oct 4, 2021
try {
String keyRequest = publicKeyRequestDto.getServerProfile();
Log.i(TAG, "getPublicKey: Public key accessed for " + keyRequest);
if(keyRequest == "sign") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@ase-101 ase-101 merged commit 3d5675f into mosip:develop Oct 10, 2021
@ase-101 ase-101 changed the title Update KeyManagerService #2 Update KeyManagerService Oct 10, 2021
@ase-101
Copy link
Collaborator

ase-101 commented Mar 11, 2022

This PR is part of #2

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