what-the-bank/sources/o/oOl.java

22 lines
652 B
Java

package o;
import java.security.GeneralSecurityException;
import java.util.Iterator;
import java.util.concurrent.CopyOnWriteArrayList;
/* loaded from: classes2.dex */
public final class oOl {
private static final CopyOnWriteArrayList<Tdz> a = new CopyOnWriteArrayList<>();
public static Tdz e(String str) throws GeneralSecurityException {
Iterator<Tdz> it = a.iterator();
while (it.hasNext()) {
Tdz next = it.next();
if (next.a(str)) {
return next;
}
}
throw new GeneralSecurityException("No KMS client does support: ".concat(String.valueOf(str)));
}
}