C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey

General class to contain a private key for use with other OpenPGP objects.
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
PgpPrivateKey ( AsymmetricKeyParameter privateKey, long keyId ) : System

Create a PgpPrivateKey from a regular private key and the ID of its associated public key.

Method Details

PgpPrivateKey() public method

Create a PgpPrivateKey from a regular private key and the ID of its associated public key.
public PgpPrivateKey ( AsymmetricKeyParameter privateKey, long keyId ) : System
privateKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter Private key to use.
keyId long ID of the corresponding public key.
return System