Simple client/server example of a banking application using public and private keys
- Generate X509 Certificate and key
- Sign Certificates
- Encrypt/Decrypt data with public and private keys
Simple Client/Server/CA example of PKI using public (X509 certificate) key and private key
Java