Initial Commit
This commit is contained in:
9
iTechSharp/srcbc/openssl/IPasswordFinder.cs
Normal file
9
iTechSharp/srcbc/openssl/IPasswordFinder.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.OpenSsl
|
||||
{
|
||||
public interface IPasswordFinder
|
||||
{
|
||||
char[] GetPassword();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user