Hi,
I want to use public key encryption in my system.Suppose there are three communicating parties A,B and C.They have to communicate with each other.It means they will generate their own key pair and disribute their public keys to rest of two among three.Now suppose I am A.In that case I will have to have my private key and B, C's public key.Can I import these three keys in my CSP in the container where I generated my key pair?
I want to use public key encryption in my system.Suppose there are three communicating parties A,B and C.They have to communicate with each other.It means they will generate their own key pair and disribute their public keys to rest of two among three.Now suppose I am A.In that case I will have to have my private key and B, C's public key.Can I import these three keys in my CSP in the container where I generated my key pair?