abstractpublic class AbstractIdGenerator implements IdGenerator(Code)
This is an implementation of an id generator based on Jakarta Tomcat 5.0
Assertion id generation.
This implementation is thread safe.
author: Gianluca Brigandi version: $Id$
Return the MessageDigest object to be used for calculating
assertion identifiers. If none has been created yet, initialize
one the first time this method is called.
Return the random number generator instance we should use for
generating assertion identifiers. If there is no such generator
currently defined, construct and seed a new one.