Hi,
I was going through XKMS content from Mikalai's online study guide.(
http://java.boot.by/scdjws5-guide/ch08s02.html) I came across this statement.
PKI refers to a set of security services for authentication, encryption and digital certificate management under which documents are encrypted with a private key and decrypted using a publicly available key accessible to the recipient via a network.
Shouldn't it be reverse like "...encrypted with a public key and decrypted using private key..."?
Thanks