net.degreedays.api.processing
Interface RandomFactory
public interface RandomFactory
This generates the random strings that are used as part of the security
mechanism that prevents replay attacks.
Thread safety: any general-purpose implementation of this interface must be safe for use by multiple concurrent threads. However, thread safety is not necessary if you're making your own implementation and can be sure that any code that uses it (including any code that uses a RequestProcessor
that uses it) will only be called from a single thread.
newRandom
java.lang.String newRandom()
www.degreedays.net/api/