<PackageReference Include="BouncyCastle.Cryptography" Version="2.1.0" />

PopoPrivKey

public const int agreeMAC = 3

public const int dhMAC = 2

public const int encryptedKey = 4

public const int subsequentMessage = 1

public const int thisMessage = 0

public virtual int Type { get; }

public virtual Asn1Encodable Value { get; }

public PopoPrivKey(PKMacValue pkMacValue)

public static PopoPrivKey GetInstance(object obj)

public static PopoPrivKey GetInstance(Asn1TaggedObject tagged, bool isExplicit)