Initial Commit
This commit is contained in:
9
iTechSharp/srcbc/cms/IDigestCalculator.cs
Normal file
9
iTechSharp/srcbc/cms/IDigestCalculator.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Cms
|
||||
{
|
||||
internal interface IDigestCalculator
|
||||
{
|
||||
byte[] GetDigest();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user