final class org.eclipse.aether.util.repository.ChainedAuthentication implements org.eclipse.aether.repository.Authentication
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.util.repository.ChainedAuthentication
  super_class: java.lang.Object
{
  private final org.eclipse.aether.repository.Authentication[] authentications;
    descriptor: [Lorg/eclipse/aether/repository/Authentication;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.eclipse.aether.repository.Authentication[]);
    descriptor: ([Lorg/eclipse/aether/repository/Authentication;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
        start local 1 // org.eclipse.aether.repository.Authentication[] authentications
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 1 /* authentications */
            ifnull 4
            aload 1 /* authentications */
            arraylength
            ifle 4
         2: .line 44
            aload 0 /* this */
            aload 1 /* authentications */
            invokevirtual org.eclipse.aether.repository.Authentication[].clone:()Ljava/lang/Object;
            checkcast org.eclipse.aether.repository.Authentication[]
            putfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
         3: .line 45
            goto 5
         4: .line 48
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication org.eclipse.aether.repository.Authentication[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            anewarray org.eclipse.aether.repository.Authentication
            putfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
         5: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.aether.repository.Authentication[] authentications
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
            0    6     1  authentications  [Lorg/eclipse/aether/repository/Authentication;
    MethodParameters:
                 Name  Flags
      authentications  

  void <init>(java.util.Collection<? extends org.eclipse.aether.repository.Authentication>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
        start local 1 // java.util.Collection authentications
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 1 /* authentications */
            ifnull 4
            aload 1 /* authentications */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 4
         2: .line 56
            aload 0 /* this */
            aload 1 /* authentications */
            aload 1 /* authentications */
            invokeinterface java.util.Collection.size:()I
            anewarray org.eclipse.aether.repository.Authentication
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.aether.repository.Authentication[]
            putfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
         3: .line 57
            goto 5
         4: .line 60
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication java.util.Collection
      StackMap stack:
            aload 0 /* this */
            iconst_0
            anewarray org.eclipse.aether.repository.Authentication
            putfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
         5: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Collection authentications
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
            0    6     1  authentications  Ljava/util/Collection<+Lorg/eclipse/aether/repository/Authentication;>;
    Signature: (Ljava/util/Collection<+Lorg/eclipse/aether/repository/Authentication;>;)V
    MethodParameters:
                 Name  Flags
      authentications  

  public void fill(org.eclipse.aether.repository.AuthenticationContext, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Lorg/eclipse/aether/repository/AuthenticationContext;Ljava/lang/String;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
        start local 1 // org.eclipse.aether.repository.AuthenticationContext context
        start local 2 // java.lang.String key
        start local 3 // java.util.Map data
         0: .line 66
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 4
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication org.eclipse.aether.repository.AuthenticationContext java.lang.String java.util.Map top int int org.eclipse.aether.repository.Authentication[]
      StackMap stack:
         1: aload 7
            iload 5
            aaload
            astore 4 /* authentication */
        start local 4 // org.eclipse.aether.repository.Authentication authentication
         2: .line 68
            aload 4 /* authentication */
            aload 1 /* context */
            aload 2 /* key */
            aload 3 /* data */
            invokeinterface org.eclipse.aether.repository.Authentication.fill:(Lorg/eclipse/aether/repository/AuthenticationContext;Ljava/lang/String;Ljava/util/Map;)V
        end local 4 // org.eclipse.aether.repository.Authentication authentication
         3: .line 66
            iinc 5 1
      StackMap locals:
      StackMap stack:
         4: iload 5
            iload 6
            if_icmplt 1
         5: .line 70
            return
        end local 3 // java.util.Map data
        end local 2 // java.lang.String key
        end local 1 // org.eclipse.aether.repository.AuthenticationContext context
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
            0    6     1         context  Lorg/eclipse/aether/repository/AuthenticationContext;
            0    6     2             key  Ljava/lang/String;
            0    6     3            data  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            2    3     4  authentication  Lorg/eclipse/aether/repository/Authentication;
    Signature: (Lorg/eclipse/aether/repository/AuthenticationContext;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
         Name  Flags
      context  
      key      
      data     

  public void digest(org.eclipse.aether.repository.AuthenticationDigest);
    descriptor: (Lorg/eclipse/aether/repository/AuthenticationDigest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
        start local 1 // org.eclipse.aether.repository.AuthenticationDigest digest
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication org.eclipse.aether.repository.AuthenticationDigest top int int org.eclipse.aether.repository.Authentication[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* authentication */
        start local 2 // org.eclipse.aether.repository.Authentication authentication
         2: .line 76
            aload 2 /* authentication */
            aload 1 /* digest */
            invokeinterface org.eclipse.aether.repository.Authentication.digest:(Lorg/eclipse/aether/repository/AuthenticationDigest;)V
        end local 2 // org.eclipse.aether.repository.Authentication authentication
         3: .line 74
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 78
            return
        end local 1 // org.eclipse.aether.repository.AuthenticationDigest digest
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
            0    6     1          digest  Lorg/eclipse/aether/repository/AuthenticationDigest;
            2    3     2  authentication  Lorg/eclipse/aether/repository/Authentication;
    MethodParameters:
        Name  Flags
      digest  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
        start local 1 // java.lang.Object obj
         0: .line 83
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 85
            iconst_1
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 89
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.util.repository.ChainedAuthentication
            astore 2 /* that */
        start local 2 // org.eclipse.aether.util.repository.ChainedAuthentication that
         5: .line 92
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
            aload 2 /* that */
            getfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.eclipse.aether.util.repository.ChainedAuthentication that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
            0    6     1   obj  Ljava/lang/Object;
            5    6     2  that  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
         0: .line 104
            new java.lang.StringBuilder
            dup
            sipush 256
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 105
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.ChainedAuthentication.authentications:[Lorg/eclipse/aether/repository/Authentication;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication java.lang.StringBuilder top int int org.eclipse.aether.repository.Authentication[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* authentication */
        start local 2 // org.eclipse.aether.repository.Authentication authentication
         3: .line 107
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 5
         4: .line 109
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 111
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication java.lang.StringBuilder org.eclipse.aether.repository.Authentication int int org.eclipse.aether.repository.Authentication[]
      StackMap stack:
            aload 1 /* buffer */
            aload 2 /* authentication */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        end local 2 // org.eclipse.aether.repository.Authentication authentication
         6: .line 105
            iinc 3 1
      StackMap locals: org.eclipse.aether.util.repository.ChainedAuthentication java.lang.StringBuilder top int int org.eclipse.aether.repository.Authentication[]
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 2
         8: .line 113
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // org.eclipse.aether.util.repository.ChainedAuthentication this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/eclipse/aether/util/repository/ChainedAuthentication;
            1    9     1          buffer  Ljava/lang/StringBuilder;
            3    6     2  authentication  Lorg/eclipse/aether/repository/Authentication;
}
SourceFile: "ChainedAuthentication.java"