- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
866 B
Java
28 lines
866 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import com.google.android.gms.security.ProviderInstaller;
|
|
import java.security.GeneralSecurityException;
|
|
import java.security.Provider;
|
|
import java.util.Iterator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzgur implements zzguu {
|
|
private final zzgve zza;
|
|
|
|
public /* synthetic */ zzgur(zzgve zzgveVar, zzguv zzguvVar) {
|
|
this.zza = zzgveVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzguu
|
|
public final Object zza(String str) throws GeneralSecurityException {
|
|
Iterator it = zzguw.zzb(ProviderInstaller.PROVIDER_NAME, "AndroidOpenSSL").iterator();
|
|
while (it.hasNext()) {
|
|
try {
|
|
return this.zza.zza(str, (Provider) it.next());
|
|
} catch (Exception unused) {
|
|
}
|
|
}
|
|
return this.zza.zza(str, null);
|
|
}
|
|
}
|