com.bradmcevoy.http.http11.auth
Class Nonce

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.util.Date getIssued()
           
 long getNonceCount()
           
 java.util.UUID getValue()
           
 Nonce increaseNonceCount(long newNonceCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nonce

public Nonce(java.util.UUID value,
             java.util.Date issued)
Method Detail

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.