com.bradmcevoy.http.http11.auth
Class Nonce
java.lang.Object
com.bradmcevoy.http.http11.auth.Nonce
- All Implemented Interfaces:
- java.io.Serializable
public class Nonce
- extends java.lang.Object
- implements java.io.Serializable
Represents a Nonce which has been issued and is stored in memory
- Author:
- brad
- See Also:
- Serialized Form
|
Constructor Summary |
Nonce(java.util.UUID value,
java.util.Date issued)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Nonce
public Nonce(java.util.UUID value,
java.util.Date issued)
increaseNonceCount
public Nonce increaseNonceCount(long newNonceCount)
getValue
public java.util.UUID getValue()
- Returns:
- the value
getIssued
public java.util.Date getIssued()
- Returns:
- the issued
getNonceCount
public long getNonceCount()
Copyright © 2011. All Rights Reserved.