Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
package com.google.android.gms.common;
|
||||
|
||||
import android.os.RemoteException;
|
||||
import android.util.Log;
|
||||
import com.google.android.gms.common.internal.Preconditions;
|
||||
import com.google.android.gms.dynamic.IObjectWrapper;
|
||||
import com.google.android.gms.dynamic.ObjectWrapper;
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.util.Arrays;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
abstract class zzj extends com.google.android.gms.common.internal.zzz {
|
||||
private final int zza;
|
||||
|
||||
protected zzj(byte[] bArr) {
|
||||
Preconditions.checkArgument(bArr.length == 25);
|
||||
this.zza = Arrays.hashCode(bArr);
|
||||
}
|
||||
|
||||
protected static byte[] zze(String str) {
|
||||
try {
|
||||
return str.getBytes("ISO-8859-1");
|
||||
} catch (UnsupportedEncodingException e) {
|
||||
throw new AssertionError(e);
|
||||
}
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
IObjectWrapper iObjectWrapperZzd;
|
||||
if (obj != null && (obj instanceof com.google.android.gms.common.internal.zzaa)) {
|
||||
try {
|
||||
com.google.android.gms.common.internal.zzaa zzaaVar = (com.google.android.gms.common.internal.zzaa) obj;
|
||||
if (zzaaVar.zzc() == this.zza && (iObjectWrapperZzd = zzaaVar.zzd()) != null) {
|
||||
return Arrays.equals(zzf(), (byte[]) ObjectWrapper.unwrap(iObjectWrapperZzd));
|
||||
}
|
||||
return false;
|
||||
} catch (RemoteException e) {
|
||||
Log.e("GoogleCertificates", "Failed to get Google certificates from remote", e);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return this.zza;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.internal.zzaa
|
||||
public final int zzc() {
|
||||
return this.zza;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.internal.zzaa
|
||||
public final IObjectWrapper zzd() {
|
||||
return ObjectWrapper.wrap(zzf());
|
||||
}
|
||||
|
||||
abstract byte[] zzf();
|
||||
}
|
||||
Reference in New Issue
Block a user