- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
18 lines
913 B
Java
18 lines
913 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.security.InvalidAlgorithmParameterException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzgvm {
|
|
static {
|
|
String.format("^projects/%s/locations/%s/keyRings/%s/cryptoKeys/%s$", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+");
|
|
String.format("^projects/%s/locations/%s/keyRings/%s/cryptoKeys/%s/cryptoKeyVersions/%s$", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+", "([0-9a-zA-Z\\-\\.\\_~])+");
|
|
}
|
|
|
|
public static void zza(int i) throws InvalidAlgorithmParameterException {
|
|
if (i != 16 && i != 32) {
|
|
throw new InvalidAlgorithmParameterException(String.format("invalid key size %d; only 128-bit and 256-bit AES keys are supported", Integer.valueOf(i * 8)));
|
|
}
|
|
}
|
|
}
|