Interface MGF
- 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
-
Method Details
-
getMask
byte[] getMask(byte[] seed, int length) Generates mask data.- Parameters:
seed
- the input seedlength
- the mask data length (in bytes)- Returns:
- the generated mask data
-