what-the-bank/sources/com/google/android/gms/internal/p002firebaseauthapi/zzde.java

37 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.p002firebaseauthapi;
import java.security.GeneralSecurityException;
/* loaded from: classes2.dex */
final class zzde extends zzgb {
final zzdf zza;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzde(zzdf zzdfVar, Class cls) {
super(cls);
this.zza = zzdfVar;
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
public final /* synthetic */ zzaek zza(zzaek zzaekVar) throws GeneralSecurityException {
zzos zzb = zzot.zzb();
zzb.zza((zzow) zzaekVar);
zzb.zzb(0);
return (zzot) zzb.zzi();
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
public final /* synthetic */ zzaek zzb(zzacc zzaccVar) throws zzadn {
return zzow.zzd(zzaccVar, zzacs.zza());
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
public final /* synthetic */ void zzd(zzaek zzaekVar) throws GeneralSecurityException {
zzow zzowVar = (zzow) zzaekVar;
if (zzowVar.zze().isEmpty() || !zzowVar.zzf()) {
throw new GeneralSecurityException("invalid key format: missing KEK URI or DEK template");
}
}
}