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

Add OHttpCryptoProvider.newRandomPrivateKey(...) #30

Merged
merged 2 commits into from Dec 27, 2023
Merged

Conversation

normanmaurer
Copy link
Member

Motivation:

Sometimes its useful to generate a new random key, we should allow to do this via method on the OHttpCryptoProvider interface.

Modifications:

Add OHttpCryptoProvider.newRandomPrivateKey(...) and add an implementation for BoringSSL and BouncyCastle

Result:

Be able to easily generate a new random key.

@normanmaurer normanmaurer added this to the 0.0.4.Final milestone Dec 27, 2023
Motivation:

Sometimes its useful to generate a new random key, we should allow to do this via method on the OHttpCryptoProvider interface.

Modifications:

Add OHttpCryptoProvider.newRandomPrivateKey(...) and add an implementation for BoringSSL and BouncyCastle

Result:

Be able to easily generate a new random key.
@normanmaurer normanmaurer merged commit 58fb202 into main Dec 27, 2023
9 checks passed
@normanmaurer normanmaurer deleted the generate branch December 27, 2023 13:20
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.

None yet

1 participant