SSL Validation Using Java
Project detail
I need code/instruction for below steps: in Java
Step 1 : First, we must create the Root Certificate.
Step 2 : The client or user sends us a payload in which they include their identity record.
Step 3 : Using the Root Certificate that we have in our service, we will decrypt their payload and check to see if an identity record was generated using this Root Certificate or not.