What's the difference between public key or private key?

I want to pass some keys to my plugin js code. I can get public key by using context.keys[public_key], but I can’t get private keys by this way. What should I do?

1 Like