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

how to generate an openpgp key? #23

Closed
zcaudate opened this issue Oct 14, 2018 · 9 comments
Closed

how to generate an openpgp key? #23

zcaudate opened this issue Oct 14, 2018 · 9 comments
Assignees

Comments

@zcaudate
Copy link

There are examples on how to read a key that is exported. I'm looking for a way to generate a key directly using the library. Are there examples on how to do this?

@codesandnotes
Copy link

There is an issue opened for key generation (Issue #20). As far as I know this feature is not yet implemented in BouncyGPG... In the meantime, maybe this will help: https://www.codesandnotes.be/2018/07/17/openpgp-java-keys-generation/

@neuhalje
Copy link
Owner

@codesandnotes is right -- if key generation is needed, I can add that (though this will take a week or two)

@neuhalje neuhalje self-assigned this Oct 17, 2018
@zcaudate
Copy link
Author

@neuhalje that would be great.

@neuhalje
Copy link
Owner

FYI -- I am currently working on it

@zcaudate
Copy link
Author

thanks so much for this. looking forward to it.

@neuhalje
Copy link
Owner

@zcaudate The implementation looks quite good (if you want, I'd welcome feedback on the API design behind BouncyGPG::createSimpleKeyring and BouncyGPG::createKeyring)

@neuhalje
Copy link
Owner

FYI -- besides some API changes the main blocker now is #30

@neuhalje
Copy link
Owner

Quick update: I ran into some blockers with ECC key generation (failing integration tests, see #30 )

@neuhalje
Copy link
Owner

v2.2.0 released with RSA key generation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants