package org.bouncycastle.crypto.tls;
public interface TlsPSKIdentityManager
{
byte[] getHint();
byte[] getPSK(byte[] identity);
}
package org.bouncycastle.crypto.tls;
public interface TlsPSKIdentityManager
{
byte[] getHint();
byte[] getPSK(byte[] identity);
}