org.janux.util
Interface RandomStringGenerator

All Known Subinterfaces:
RandomReadableStringGenerator

public interface RandomStringGenerator

Interface for a class that generates random string codes of 128bits; such generators can be used to generate passwords, alpha-numeric identifiers for orders, or mock data;

Since:
0.4
Author:
albertobuffagni@gmail.com

Method Summary
 String getString()
          returns a random string with the default length
 

Method Detail

getString

String getString()
returns a random string with the default length



Copyright © 2005-2013 Janux. All Rights Reserved.