44 lines
1.6 KiB
Java
44 lines
1.6 KiB
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import java.security.GeneralSecurityException;
|
||
|
import java.util.Collections;
|
||
|
import java.util.HashMap;
|
||
|
import java.util.Map;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzdh extends zzgb {
|
||
|
final zzdi 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 zzdh(zzdi zzdiVar, Class cls) {
|
||
|
super(cls);
|
||
|
this.zza = zzdiVar;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
|
||
|
public final /* synthetic */ zzaek zza(zzaek zzaekVar) throws GeneralSecurityException {
|
||
|
zzpd zzb = zzpe.zzb();
|
||
|
zzb.zzb(0);
|
||
|
zzb.zza(zzacc.zzn(zzqq.zza(32)));
|
||
|
return (zzpe) zzb.zzi();
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
|
||
|
public final /* synthetic */ zzaek zzb(zzacc zzaccVar) throws zzadn {
|
||
|
return zzph.zzc(zzaccVar, zzacs.zza());
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
|
||
|
public final Map zzc() throws GeneralSecurityException {
|
||
|
HashMap hashMap = new HashMap();
|
||
|
hashMap.put("XCHACHA20_POLY1305", new zzga(zzph.zzb(), 1));
|
||
|
hashMap.put("XCHACHA20_POLY1305_RAW", new zzga(zzph.zzb(), 3));
|
||
|
return Collections.unmodifiableMap(hashMap);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzgb
|
||
|
public final /* bridge */ /* synthetic */ void zzd(zzaek zzaekVar) throws GeneralSecurityException {
|
||
|
}
|
||
|
}
|