A PKI (public key infrastructure) enables users of a basicallyunsecure public network such as the Internet to securely andprivately exchange data and money through the use of a public and aprivate cryptographic key pair that is obtained and shared through atrusted authority. The public key infrastructure provides for adigital certificate that can identify an individual or anorganization and directory services that can store and, whennecessary, revoke the certificates.A public key infrastructure consists of: * A certificate authority (CA) that issues and verifies digitalcertificate. A digital certificate includes the public key orinformation about the public key * A registration authority (RA) that acts as the verifier for thecertificate authority before a digital certificate is issued to arequestor * One or more directories where the certificates (with their publickeys) are held * A certificate management system In public key cryptography, a public and private key are createdsimultaneously using the same algorithm (a popular one is known asRSA) by a certificate authority (CA). The private key is given onlyto the requesting party and the public key is made publicly available(as part of a digital certificate) in a directory that all partiescan access. The private key is never shared with anyone or sentacross the Internet. You use the private key to decrypt text that hasbeen encrypted with your public key by someone else (who can find outwhat your public key is from a public directory.