class io.vertx.ext.shell.term.impl.SSHServer$2 extends org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.shell.term.impl.SSHServer$2
  super_class: org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
{
  final io.vertx.ext.shell.term.impl.SSHServer this$0;
    descriptor: Lio/vertx/ext/shell/term/impl/SSHServer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$keyPairs;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.shell.term.impl.SSHServer, java.util.List);
    descriptor: (Lio/vertx/ext/shell/term/impl/SSHServer;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.term.impl.SSHServer$2 this
         0: .line 175
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.shell.term.impl.SSHServer$2.this$0:Lio/vertx/ext/shell/term/impl/SSHServer;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.shell.term.impl.SSHServer$2.val$keyPairs:Ljava/util/List;
            aload 0 /* this */
            invokespecial org.apache.sshd.common.keyprovider.AbstractKeyPairProvider.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.term.impl.SSHServer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/SSHServer$2;
    MethodParameters:
              Name  Flags
      this$0        final
      val$keyPairs  final

  public java.lang.Iterable<java.security.KeyPair> loadKeys();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.impl.SSHServer$2 this
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.SSHServer$2.val$keyPairs:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.shell.term.impl.SSHServer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/SSHServer$2;
    Signature: ()Ljava/lang/Iterable<Ljava/security/KeyPair;>;
}
SourceFile: "SSHServer.java"
EnclosingMethod: io.vertx.ext.shell.term.impl.SSHServer.lambda$0:(Ljava/nio/charset/Charset;Lio/vertx/core/Promise;)V
NestHost: io.vertx.ext.shell.term.impl.SSHServer
InnerClasses:
  io.vertx.ext.shell.term.impl.SSHServer$2