class io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce
  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 int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.createdAt:J
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.count:I
         3: .line 48
            return
        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;
}
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