Interface ByteGenerator

All Known Implementing Classes:
DefaultByteGenerator

public interface ByteGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    randomBytes(int length)
     
  • Method Details

    • randomBytes

      byte[] randomBytes(int length)