<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.114" />

ObjectDigestInfo

public const int OtherObjectDigest = 2

public const int PublicKey = 0

public const int PublicKeyCert = 1

public DerBitString ObjectDigest { get; }

public ObjectDigestInfo(int digestedObjectType, string otherObjectTypeID, AlgorithmIdentifier digestAlgorithm, byte[] objectDigest)

public static ObjectDigestInfo GetInstance(object obj)

public static ObjectDigestInfo GetInstance(Asn1TaggedObject obj, bool isExplicit)

public static ObjectDigestInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)