Class DigestAuthenticator.NonceInfo

  • Enclosing class:
    DigestAuthenticator

    public static class DigestAuthenticator.NonceInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NonceInfo​(long currentTime, int seenWindowSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimestamp()  
      boolean nonceCountValid​(long nonceCount)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonceInfo

        public NonceInfo​(long currentTime,
                         int seenWindowSize)
    • Method Detail

      • nonceCountValid

        public boolean nonceCountValid​(long nonceCount)
      • getTimestamp

        public long getTimestamp()