public class IncrementalNonceGenerator extends java.lang.Object implements NonceGenerator
| Modifier and Type | Field and Description |
|---|---|
private int |
_counter |
private static InternetDateFormat |
_dateFormat |
private static org.apache.commons.logging.Log |
_log |
private java.lang.String |
_timestamp |
private static boolean |
DEBUG |
| Constructor and Description |
|---|
IncrementalNonceGenerator() |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
getCurrentTimpestamp() |
java.lang.String |
next() |
private static org.apache.commons.logging.Log _log
private static final boolean DEBUG
private static InternetDateFormat _dateFormat
private java.lang.String _timestamp
private int _counter
public java.lang.String next()
next in interface NonceGeneratorprivate java.lang.String getCurrentTimpestamp()
Copyright 2006-2008 Sxip Identity Corporation