init commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface ICipherBuilderWithKey : ICipherBuilder
|
||||
{
|
||||
ICipherParameters Key { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user