init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public interface TlsPskIdentityManager
|
||||
{
|
||||
byte[] GetHint();
|
||||
|
||||
byte[] GetPsk(byte[] identity);
|
||||
}
|
||||
Reference in New Issue
Block a user