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

OtherInfo

public class OtherInfo : Asn1Encodable
public KeySpecificInfo KeyInfo { get; }

public Asn1OctetString PartyAInfo { get; }

public Asn1OctetString SuppPubInfo { get; }

public OtherInfo(Asn1Sequence seq)

public OtherInfo(KeySpecificInfo keyInfo, Asn1OctetString partyAInfo, Asn1OctetString suppPubInfo)

public static OtherInfo GetInstance(object obj)

public static OtherInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static OtherInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)