Class RandomBytes

    • Constructor Detail

      • RandomBytes

        public RandomBytes​(byte[] bytes)
        Creates and instance of RandomBytes.
        Parameters:
        bytes - The random bytes.
    • Method Detail

      • getBytes

        public byte[] getBytes()
        Get the random bytes.
        Returns:
        The random bytes.