public class NonceHistory extends Object implements Serializable
| Constructor and Description |
|---|
NonceHistory(long requestTimeDelta,
Nonce nonce) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNonce(Nonce nonce) |
Collection<Nonce> |
findMatchingNonces(String nonceString,
long ts) |
List<Nonce> |
getNonceList() |
long |
getRequestTimeDelta() |
public NonceHistory(long requestTimeDelta,
Nonce nonce)
Apache CXF