init commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Org.BouncyCastle.Asn1.X509;
|
||||
using Org.BouncyCastle.Crypto;
|
||||
|
||||
namespace Org.BouncyCastle.Crmf;
|
||||
|
||||
public interface IPKMacPrimitivesProvider
|
||||
{
|
||||
IDigest CreateDigest(AlgorithmIdentifier digestAlg);
|
||||
|
||||
IMac CreateMac(AlgorithmIdentifier macAlg);
|
||||
}
|
||||
Reference in New Issue
Block a user