final class org.eclipse.aether.util.repository.ChainedAuthentication extends java.lang.Object implements org.eclipse.aether.repository.Authentication
{
private final org.eclipse.aether.repository.Authentication[] authentications;
transient void <init>(org.eclipse.aether.repository.Authentication[])
{
org.eclipse.aether.util.repository.ChainedAuthentication v;
org.eclipse.aether.repository.Authentication[] v, v;
int v;
java.lang.Object v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v := @parameter: org.eclipse.aether.repository.Authentication[];
specialinvoke v.<java.lang.Object: void <init>()>();
if v == null goto label;
v = lengthof v;
if v <= 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications> = v;
goto label;
label:
v = newarray (org.eclipse.aether.repository.Authentication)[0];
v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications> = v;
label:
return;
}
void <init>(java.util.Collection)
{
org.eclipse.aether.util.repository.ChainedAuthentication v;
java.lang.Object[] v;
org.eclipse.aether.repository.Authentication[] v, v;
java.util.Collection v;
boolean v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v := @parameter: java.util.Collection;
specialinvoke v.<java.lang.Object: void <init>()>();
if v == null goto label;
v = interfaceinvoke v.<java.util.Collection: boolean isEmpty()>();
if v != 0 goto label;
v = newarray (org.eclipse.aether.repository.Authentication)[0];
v = interfaceinvoke v.<java.util.Collection: java.lang.Object[] toArray(java.lang.Object[])>(v);
v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications> = v;
goto label;
label:
v = newarray (org.eclipse.aether.repository.Authentication)[0];
v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications> = v;
label:
return;
}
public void fill(org.eclipse.aether.repository.AuthenticationContext, java.lang.String, java.util.Map)
{
org.eclipse.aether.repository.Authentication[] v;
org.eclipse.aether.repository.Authentication v;
org.eclipse.aether.util.repository.ChainedAuthentication v;
java.util.Map v;
int v, v;
org.eclipse.aether.repository.AuthenticationContext v;
java.lang.String v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v := @parameter: org.eclipse.aether.repository.AuthenticationContext;
v := @parameter: java.lang.String;
v := @parameter: java.util.Map;
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "context cannot be null");
v = v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications>;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
interfaceinvoke v.<org.eclipse.aether.repository.Authentication: void fill(org.eclipse.aether.repository.AuthenticationContext,java.lang.String,java.util.Map)>(v, v, v);
v = v + 1;
goto label;
label:
return;
}
public void digest(org.eclipse.aether.repository.AuthenticationDigest)
{
org.eclipse.aether.repository.Authentication v;
org.eclipse.aether.repository.AuthenticationDigest v;
org.eclipse.aether.util.repository.ChainedAuthentication v;
org.eclipse.aether.repository.Authentication[] v;
int v, v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v := @parameter: org.eclipse.aether.repository.AuthenticationDigest;
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "digest cannot be null");
v = v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications>;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
interfaceinvoke v.<org.eclipse.aether.repository.Authentication: void digest(org.eclipse.aether.repository.AuthenticationDigest)>(v);
v = v + 1;
goto label;
label:
return;
}
public boolean equals(java.lang.Object)
{
org.eclipse.aether.repository.Authentication[] v, v;
org.eclipse.aether.util.repository.ChainedAuthentication v;
java.lang.Class v, v;
java.lang.Object v;
boolean v, v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
label:
return 0;
label:
v = v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications>;
v = v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications>;
v = staticinvoke <java.util.Arrays: boolean equals(java.lang.Object[],java.lang.Object[])>(v, v);
return v;
}
public int hashCode()
{
int v;
org.eclipse.aether.util.repository.ChainedAuthentication v;
org.eclipse.aether.repository.Authentication[] v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v = v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications>;
v = staticinvoke <java.util.Arrays: int hashCode(java.lang.Object[])>(v);
return v;
}
public java.lang.String toString()
{
org.eclipse.aether.repository.Authentication[] v;
org.eclipse.aether.repository.Authentication v;
org.eclipse.aether.util.repository.ChainedAuthentication v;
int v, v, v;
java.lang.StringBuilder v;
java.lang.String v;
v := @this: org.eclipse.aether.util.repository.ChainedAuthentication;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>(int)>(256);
v = v.<org.eclipse.aether.util.repository.ChainedAuthentication: org.eclipse.aether.repository.Authentication[] authentications>;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = virtualinvoke v.<java.lang.StringBuilder: int length()>();
if v <= 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", ");
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
}