class io.vertx.ext.mail.impl.dkim.DKIMSigner$1 implements io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.mail.impl.dkim.DKIMSigner$1
  super_class: java.lang.Object
{
  private final java.util.concurrent.atomic.AtomicBoolean ended;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.vertx.ext.mail.impl.dkim.DKIMSigner this$0;
    descriptor: Lio/vertx/ext/mail/impl/dkim/DKIMSigner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.security.MessageDigest val$md;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicInteger val$written;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.mail.impl.dkim.DKIMSigner, java.security.MessageDigest, java.util.concurrent.atomic.AtomicInteger);
    descriptor: (Lio/vertx/ext/mail/impl/dkim/DKIMSigner;Ljava/security/MessageDigest;Ljava/util/concurrent/atomic/AtomicInteger;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.this$0:Lio/vertx/ext/mail/impl/dkim/DKIMSigner;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.val$md:Ljava/security/MessageDigest;
            aload 0 /* this */
            aload 3
            putfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.val$written:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 222
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
         2: .line 221
            return
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$md       final
      val$written  final

  public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 226
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.Future<java.lang.Void> write(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 231
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 232
            aload 0 /* this */
            aload 1 /* data */
            aload 2 /* promise */
            invokevirtual io.vertx.ext.mail.impl.dkim.DKIMSigner$1.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         2: .line 233
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
            0    3     1     data  Lio/vertx/core/buffer/Buffer;
            1    3     2  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public void write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
        start local 1 // io.vertx.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 238
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 2
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.this$0:Lio/vertx/ext/mail/impl/dkim/DKIMSigner;
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.val$md:Ljava/security/MessageDigest;
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.val$written:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual io.vertx.ext.mail.impl.dkim.DKIMSigner.digest:(Ljava/security/MessageDigest;[BLjava/util/concurrent/atomic/AtomicInteger;)Z
            ifne 2
         1: .line 240
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 2 /* handler */
            ifnull 4
         3: .line 243
            aload 2 /* handler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 245
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
            0    5     1     data  Lio/vertx/core/buffer/Buffer;
            0    5     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 249
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.dkim.DKIMSigner$1.ended:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            pop
         1: .line 250
            aload 1 /* handler */
            ifnull 3
         2: .line 251
            aload 1 /* handler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 253
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/streams/WriteStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
        start local 1 // int maxSize
         0: .line 257
            aload 0 /* this */
            areturn
        end local 1 // int maxSize
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
            0    1     1  maxSize  I
    Signature: (I)Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
         Name  Flags
      maxSize  

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
         0: .line 262
            iconst_0
            ireturn
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;

  public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 267
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.mail.impl.dkim.DKIMSigner$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/mail/impl/dkim/DKIMSigner$1;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  public void write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.ext.mail.impl.dkim.DKIMSigner$1.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.ext.mail.impl.dkim.DKIMSigner$1.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.mail.impl.dkim.DKIMSigner$1.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "DKIMSigner.java"
EnclosingMethod: io.vertx.ext.mail.impl.dkim.DKIMSigner.walkThroughAttachStream:(Ljava/security/MessageDigest;Lio/vertx/core/streams/ReadStream;Ljava/util/concurrent/atomic/AtomicInteger;Lio/vertx/core/Promise;)V
NestHost: io.vertx.ext.mail.impl.dkim.DKIMSigner
InnerClasses:
  io.vertx.ext.mail.impl.dkim.DKIMSigner$1