29 lines
992 B
Java
29 lines
992 B
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||
|
import java.util.logging.Level;
|
||
|
import java.util.logging.Logger;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzdw {
|
||
|
private static final Logger zza = Logger.getLogger(zzdw.class.getName());
|
||
|
private static final AtomicBoolean zzb = new AtomicBoolean(false);
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static Boolean zza() {
|
||
|
try {
|
||
|
return (Boolean) Class.forName("org.conscrypt.Conscrypt").getMethod("isBoringSslFIPSBuild", new Class[0]).invoke(null, new Object[0]);
|
||
|
} catch (Exception unused) {
|
||
|
zza.logp(Level.INFO, "o.uAf", "checkConscryptIsAvailableAndUsesFipsBoringSsl", "Conscrypt is not available or does not support checking for FIPS build.");
|
||
|
return false;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static boolean zzb() {
|
||
|
return zzb.get();
|
||
|
}
|
||
|
|
||
|
private zzdw() {
|
||
|
}
|
||
|
}
|