package com.google.android.gms.internal.p002firebaseauthapi; import java.math.BigInteger; /* loaded from: classes.dex */ public final class zzjx { public static byte[] zza(BigInteger bigInteger) { if (bigInteger.signum() != -1) { return bigInteger.toByteArray(); } throw new IllegalArgumentException("n must not be negative"); } }