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
longpublicKeyPacket
PublicKeyPacketprivateKey
AsymmetricKeyParameter
Properties
Key
public AsymmetricKeyParameter Key { get; }
Property Value
KeyId
public long KeyId { get; }
Property Value
PublicKeyPacket
public PublicKeyPacket PublicKeyPacket { get; }