init commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Org.BouncyCastle.Asn1;
|
||||
using Org.BouncyCastle.Asn1.Cms;
|
||||
using Org.BouncyCastle.Asn1.X509;
|
||||
|
||||
namespace Org.BouncyCastle.Cms;
|
||||
|
||||
internal interface ISignerInfoGenerator
|
||||
{
|
||||
SignerInfo Generate(DerObjectIdentifier contentType, AlgorithmIdentifier digestAlgorithm, byte[] calculatedDigest);
|
||||
}
|
||||
Reference in New Issue
Block a user