Interface TlsPSKIdentityManager


  • public interface TlsPSKIdentityManager
    Base interface for an object that can process a PSK identity.
    • Method Detail

      • getHint

        byte[] getHint()
      • getPSK

        byte[] getPSK​(byte[] identity)