Interface PRF

  • All Known Implementing Classes:
    MacBasedPRF

    interface PRF
    • Method Detail

      • init

        void init​(byte[] P)
      • doFinal

        byte[] doFinal​(byte[] M)
      • getHLen

        int getHLen()