Initial Commit
This commit is contained in:
11
iTechSharp/srcbc/crypto/ICipherParameters.cs
Normal file
11
iTechSharp/srcbc/crypto/ICipherParameters.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Crypto
|
||||
{
|
||||
/**
|
||||
* all parameter classes implement this.
|
||||
*/
|
||||
public interface ICipherParameters
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user