Start of Content Area
public key (BC-SEC)

Security (BC-SEC)

Public part of the public-key pair used for encryption or for digital signatures.

The other part of the public-key pair is the private key. A piece of information encrypted with the public key can only be decrypted with thecorresponding private key (and vice versa). A digital signature is created using the private key, and can therefore only be verified by using the signer's public key.

End of Content Area