Class Nonce

java.lang.Object
io.milton.http.http11.auth.Nonce
All Implemented Interfaces:
Serializable

public class Nonce extends Object implements Serializable
Represents a Nonce which has been issued and is stored in memory
Author:
brad
See Also:
  • Constructor Details

    • Nonce

      public Nonce(UUID value, Date issued)
  • Method Details

    • increaseNonceCount

      public Nonce increaseNonceCount(long newNonceCount)
    • getValue

      public UUID getValue()
      Returns:
      the value
    • getIssued

      public Date getIssued()
      Returns:
      the issued
    • getNonceCount

      public long getNonceCount()