Interface TlsPSKIdentityManager


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

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
    getPSK(byte[] identity)
     
  • Method Details

    • getHint

      byte[] getHint()
    • getPSK

      byte[] getPSK(byte[] identity)