Interface ConcatenationKeyDerivationFunctionWithSha256

All Known Implementing Classes:
ConcatKeyDerivationFunction

public interface ConcatenationKeyDerivationFunctionWithSha256
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    kdf(byte[] sharedSecret, int keydatalen, byte[] otherInfo)
     
  • Method Details

    • kdf

      byte[] kdf(byte[] sharedSecret, int keydatalen, byte[] otherInfo)