public interface io.vertx.ext.web.handler.DigestAuthHandler extends io.vertx.ext.web.handler.AuthenticationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.DigestAuthHandler
  super_class: java.lang.Object
{
  public static final long DEFAULT_NONCE_EXPIRE_TIMEOUT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3600000

  public static io.vertx.ext.web.handler.DigestAuthHandler create(io.vertx.core.Vertx, io.vertx.ext.auth.htdigest.HtdigestAuth);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htdigest/HtdigestAuth;)Lio/vertx/ext/web/handler/DigestAuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.auth.htdigest.HtdigestAuth authProvider
         0: .line 45
            new io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* authProvider */
            ldc 3600000
            invokespecial io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htdigest/HtdigestAuth;J)V
            areturn
        end local 1 // io.vertx.ext.auth.htdigest.HtdigestAuth authProvider
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0         vertx  Lio/vertx/core/Vertx;
            0    1     1  authProvider  Lio/vertx/ext/auth/htdigest/HtdigestAuth;
    MethodParameters:
              Name  Flags
      vertx         
      authProvider  

  public static io.vertx.ext.web.handler.DigestAuthHandler create(io.vertx.core.Vertx, io.vertx.ext.auth.htdigest.HtdigestAuth, long);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htdigest/HtdigestAuth;J)Lio/vertx/ext/web/handler/DigestAuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.auth.htdigest.HtdigestAuth authProvider
        start local 2 // long nonceExpireTimeout
         0: .line 57
            new io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* authProvider */
            lload 2 /* nonceExpireTimeout */
            invokespecial io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htdigest/HtdigestAuth;J)V
            areturn
        end local 2 // long nonceExpireTimeout
        end local 1 // io.vertx.ext.auth.htdigest.HtdigestAuth authProvider
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0               vertx  Lio/vertx/core/Vertx;
            0    1     1        authProvider  Lio/vertx/ext/auth/htdigest/HtdigestAuth;
            0    1     2  nonceExpireTimeout  J
    MethodParameters:
                    Name  Flags
      vertx               
      authProvider        
      nonceExpireTimeout  
}
SourceFile: "DigestAuthHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()