Table of Contents

Class PgpPrivateKey

Namespace
Enterprises.Org.BouncyCastle.Bcpg.OpenPgp
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PgpPrivateKey
Inheritance
PgpPrivateKey
Inherited Members

Constructors

PgpPrivateKey(long, PublicKeyPacket, AsymmetricKeyParameter)

public PgpPrivateKey(long keyID, PublicKeyPacket publicKeyPacket, AsymmetricKeyParameter privateKey)

Parameters

keyID long
publicKeyPacket PublicKeyPacket
privateKey AsymmetricKeyParameter

Properties

Key

public AsymmetricKeyParameter Key { get; }

Property Value

AsymmetricKeyParameter

KeyId

public long KeyId { get; }

Property Value

long

PublicKeyPacket

public PublicKeyPacket PublicKeyPacket { get; }

Property Value

PublicKeyPacket