public interface  org.apache.shiro.crypto.RandomNumberGenerator extends java.lang.Object
{
public abstract org.apache.shiro.util.ByteSource nextBytes();
public abstract org.apache.shiro.util.ByteSource nextBytes(int);
}