All Known Implementing Classes:
MGF1

public interface MGF
Interface for Mask Generation Function.
Author:
Stefan Santesson (stefan@idsec.se), Martin Lindström (martin@idsec.se)
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    getMask(byte[] seed, int length)
    Generates mask data.
  • Method Details

    • getMask

      byte[] getMask(byte[] seed, int length)
      Generates mask data.
      Parameters:
      seed - the input seed
      length - the mask data length (in bytes)
      Returns:
      the generated mask data