Method Summary |
|
public String | getAlgorithm() Return the digest algorithm for the id generator.
String the algorithm name (i.e. |
public int | getAssertionIdLength() |
public synchronized MessageDigest | getDigest() Return the MessageDigest object to be used for calculating
assertion identifiers. |
public String | getEntropy() Return the entropy increaser value, or compute a semi-useful value
if this String has not yet been set. |
public synchronized Random | getRandom() Return the random number generator instance we should use for
generating assertion identifiers. |
protected void | getRandomBytes(byte[] bytes) |
public String | getRandomClass() Gets the random number generator class name. |
public void | setAlgorithm(String algorithm) Set the message digest algorithm for the id generator. |
public void | setAssertionIdLength(int idLength) |
public void | setEntropy(String entropy) Set the entropy increaser value. |
public void | setRandomClass(String randomClass) Sets the random number generator class name. |