init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public interface TlsPskIdentity
|
||||
{
|
||||
void SkipIdentityHint();
|
||||
|
||||
void NotifyIdentityHint(byte[] psk_identity_hint);
|
||||
|
||||
byte[] GetPskIdentity();
|
||||
|
||||
byte[] GetPsk();
|
||||
}
|
||||
Reference in New Issue
Block a user