class org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier implements javax.net.ssl.HostnameVerifier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier this
         0: .line 351
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/HttpSupport$DummyHostnameVerifier;

  public boolean verify(java.lang.String, javax.net.ssl.SSLSession);
    descriptor: (Ljava/lang/String;Ljavax/net/ssl/SSLSession;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier this
        start local 1 // java.lang.String hostname
        start local 2 // javax.net.ssl.SSLSession session
         0: .line 355
            iconst_1
            ireturn
        end local 2 // javax.net.ssl.SSLSession session
        end local 1 // java.lang.String hostname
        end local 0 // org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/util/HttpSupport$DummyHostnameVerifier;
            0    1     1  hostname  Ljava/lang/String;
            0    1     2   session  Ljavax/net/ssl/SSLSession;
    MethodParameters:
          Name  Flags
      hostname  
      session   
}
SourceFile: "HttpSupport.java"
NestHost: org.eclipse.jgit.util.HttpSupport
InnerClasses:
  private DummyHostnameVerifier = org.eclipse.jgit.util.HttpSupport$DummyHostnameVerifier of org.eclipse.jgit.util.HttpSupport