21 lines
569 B
Java
21 lines
569 B
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import java.security.GeneralSecurityException;
|
||
|
import javax.crypto.Cipher;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzpi extends ThreadLocal {
|
||
|
protected static final Cipher zza() {
|
||
|
try {
|
||
|
return (Cipher) zzpz.zza.zza("AES/CTR/NoPadding");
|
||
|
} catch (GeneralSecurityException e) {
|
||
|
throw new IllegalStateException(e);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.ThreadLocal
|
||
|
protected final /* synthetic */ Object initialValue() {
|
||
|
return zza();
|
||
|
}
|
||
|
}
|