init commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface IDecryptorBuilderProvider
|
||||
{
|
||||
ICipherBuilder CreateDecryptorBuilder(object algorithmDetails);
|
||||
}
|
||||
Reference in New Issue
Block a user