PopoPrivKey public class PopoPrivKey : Asn1Encodable, IAsn1Choice Documentation Code 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 PopoPrivKey(SubsequentMessage msg) public static PopoPrivKey GetInstance(object obj) public static PopoPrivKey GetInstance(Asn1TaggedObject tagged, bool isExplicit) public static PopoPrivKey GetOptional(Asn1Encodable element) public static PopoPrivKey GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)