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

Implement Keystore software cryptographic provider #1

Closed
lubomirw opened this issue Jan 17, 2023 · 0 comments
Closed

Implement Keystore software cryptographic provider #1

lubomirw opened this issue Jan 17, 2023 · 0 comments
Assignees
Labels
new-feature New feature implementation

Comments

@lubomirw
Copy link
Contributor

lubomirw commented Jan 17, 2023

Implement Software Keystore Cryptographic provider with the following objects and descriptions.

  1. Connector - Implement the connector and the basic Interfaces including the Health, Attributes, and Info
  2. Tokens - Implement the interfaces for the management of tokens like Create, destroy, update
  3. Keys - Implement the logic for the creation of Keys. Include the following types of Keys
  • Key Pair
  • Secret Key
  1. Implement Key Operations:
  • Sign
  • Verify
  • Destroy
  • Compromise
  • Random data generation
  1. Include the endpoints and attributes for all the above mentioned operations.

Details of the design can be found at: https://wiki.3key.company/en/3Key_Services/RA_Profiles/Architecture/Cryptographic_Provider/Overview

@lubomirw lubomirw added the new-feature New feature implementation label Jan 17, 2023
@lubomirw lubomirw transferred this issue from 3KeyCompany/CZERTAINLY-Core Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New feature implementation
Projects
Status: Done
Development

No branches or pull requests

2 participants