This project is a small tutorial to show how to generate RSA keys with BouncyCastle in Java, and write them to a PEM file.
- Checkout or download this repository to your local hard drive.
- Open your Eclipse-based IDE and install Maven Integration for Eclipse plugin.
- Select
File
>Import...
>Existing Maven Projects
, and follow the steps.
To read the full tutorial and explanation, please visit Generate RSA keys and write to a PEM file in Java at txedo.com.