Start of Content Area
private key (BC-SEC)

Security (BC-SEC)

Private part of the public and private key pair used for encryption or for digital signatures.

The other part of the key pair is the public key. A digital signature is created using the signer's private key, and can therefore only be verified by using the signer's public key. An encrypted message is encrpyted using the intended receiver's public key and can therefore only be decrypted using the corresponding private key.

End of Content Area