Package org.bouncycastle.tls
Interface TlsPSKIdentityManager
public interface TlsPSKIdentityManager
Base interface for an object that can process a PSK identity.
-
Method Summary
-
Method Details
-
getHint
byte[] getHint() -
getPSK
byte[] getPSK(byte[] identity)
-