Package org.bouncycastle.tls
Interface TlsPSKIdentityManager
-
public interface TlsPSKIdentityManager
Base interface for an object that can process a PSK identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getHint()
byte[]
getPSK(byte[] identity)
-