class io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce implements io.vertx.core.shareddata.Shareable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce
  super_class: java.lang.Object
{
  private final long createdAt;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int count;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce this
        start local 1 // int count
         0: .line 62
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            iload 1 /* count */
            invokespecial io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.<init>:(JI)V
         1: .line 63
            return
        end local 1 // int count
        end local 0 // io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/handler/impl/DigestAuthHandlerImpl$Nonce;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce this
        start local 1 // long createdAt
        start local 3 // int count
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            lload 1 /* createdAt */
            putfield io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.createdAt:J
         2: .line 67
            aload 0 /* this */
            iload 3 /* count */
            putfield io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.count:I
         3: .line 68
            return
        end local 3 // int count
        end local 1 // long createdAt
        end local 0 // io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/web/handler/impl/DigestAuthHandlerImpl$Nonce;
            0    4     1  createdAt  J
            0    4     3      count  I
    MethodParameters:
           Name  Flags
      createdAt  
      count      
}
SourceFile: "DigestAuthHandlerImpl.java"
NestHost: io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
InnerClasses:
  private Nonce = io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce of io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl