public interface io.vertx.ext.web.handler.DigestAuthHandler extends io.vertx.ext.web.handler.AuthHandler
  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.ext.auth.htdigest.HtdigestAuth);
    descriptor: (Lio/vertx/ext/auth/htdigest/HtdigestAuth;)Lio/vertx/ext/web/handler/DigestAuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.htdigest.HtdigestAuth authProvider
         0: .line 43
            new io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
            dup
            aload 0 /* authProvider */
            ldc 3600000
            invokespecial io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl.<init>:(Lio/vertx/ext/auth/htdigest/HtdigestAuth;J)V
            areturn
        end local 0 // io.vertx.ext.auth.htdigest.HtdigestAuth authProvider
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  authProvider  Lio/vertx/ext/auth/htdigest/HtdigestAuth;
    MethodParameters:
              Name  Flags
      authProvider  

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