Interface DerivationFunction


public interface DerivationFunction
base interface for general purpose byte derivation functions.
  • Method Summary

    Modifier and Type Method Description
    int generateBytes​(byte[] out, int outOff, int len)  
    Digest getDigest()
    return the message digest used as the basis for the function
    void init​(DerivationParameters param)