130 lines
4.2 KiB
Java
130 lines
4.2 KiB
Java
package o;
|
|
|
|
import com.google.crypto.tink.shaded.protobuf.InvalidProtocolBufferException;
|
|
import o.AbstractC16345ndh;
|
|
|
|
/* renamed from: o.KSr, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
public final class C0587KSr extends AbstractC16345ndh<C0587KSr, RVV> implements InterfaceC1079Vcf {
|
|
private static final C0587KSr DEFAULT_INSTANCE;
|
|
public static final int ENCRYPTED_KEYSET_FIELD_NUMBER = 2;
|
|
public static final int KEYSET_INFO_FIELD_NUMBER = 3;
|
|
private static volatile Zyo<C0587KSr> PARSER;
|
|
public jra encryptedKeyset_ = jra.d;
|
|
private pLr keysetInfo_;
|
|
|
|
private C0587KSr() {
|
|
}
|
|
|
|
public static C0587KSr b(byte[] bArr, C1458aEp c1458aEp) throws InvalidProtocolBufferException {
|
|
return (C0587KSr) AbstractC16345ndh.d(DEFAULT_INSTANCE, bArr, c1458aEp);
|
|
}
|
|
|
|
public static RVV e() {
|
|
return DEFAULT_INSTANCE.f();
|
|
}
|
|
|
|
/* renamed from: o.KSr$RVV */
|
|
/* loaded from: classes2.dex */
|
|
public static final class RVV extends AbstractC16345ndh.LWm<C0587KSr, RVV> implements InterfaceC1079Vcf {
|
|
/* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
|
|
private RVV() {
|
|
super(C0587KSr.DEFAULT_INSTANCE);
|
|
}
|
|
|
|
public final RVV a(jra jraVar) {
|
|
j();
|
|
((C0587KSr) this.a).encryptedKeyset_ = jraVar;
|
|
return this;
|
|
}
|
|
|
|
public final RVV a(pLr plr) {
|
|
j();
|
|
((C0587KSr) this.a).keysetInfo_ = plr;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.KSr$5, reason: invalid class name */
|
|
/* loaded from: classes2.dex */
|
|
static /* synthetic */ class AnonymousClass5 {
|
|
static final int[] e;
|
|
|
|
static {
|
|
int[] iArr = new int[AbstractC16345ndh.ojQ.values().length];
|
|
e = iArr;
|
|
try {
|
|
iArr[AbstractC16345ndh.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
e[AbstractC16345ndh.ojQ.NEW_BUILDER.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
e[AbstractC16345ndh.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
try {
|
|
e[AbstractC16345ndh.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
|
|
} catch (NoSuchFieldError unused4) {
|
|
}
|
|
try {
|
|
e[AbstractC16345ndh.ojQ.GET_PARSER.ordinal()] = 5;
|
|
} catch (NoSuchFieldError unused5) {
|
|
}
|
|
try {
|
|
e[AbstractC16345ndh.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
|
|
} catch (NoSuchFieldError unused6) {
|
|
}
|
|
try {
|
|
e[AbstractC16345ndh.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
|
|
} catch (NoSuchFieldError unused7) {
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.AbstractC16345ndh
|
|
public final Object b(AbstractC16345ndh.ojQ ojq) {
|
|
Zyo zyo;
|
|
switch (AnonymousClass5.e[ojq.ordinal()]) {
|
|
case 1:
|
|
return new C0587KSr();
|
|
case 2:
|
|
return new RVV((byte) 0);
|
|
case 3:
|
|
return new BsA(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0002\u0003\u0002\u0000\u0000\u0000\u0002\n\u0003\t", new Object[]{"encryptedKeyset_", "keysetInfo_"});
|
|
case 4:
|
|
return DEFAULT_INSTANCE;
|
|
case 5:
|
|
Zyo<C0587KSr> zyo2 = PARSER;
|
|
if (zyo2 != null) {
|
|
return zyo2;
|
|
}
|
|
synchronized (C0587KSr.class) {
|
|
zyo = PARSER;
|
|
if (zyo == null) {
|
|
zyo = new AbstractC16345ndh.IeS(DEFAULT_INSTANCE);
|
|
PARSER = zyo;
|
|
}
|
|
}
|
|
return zyo;
|
|
case 6:
|
|
return (byte) 1;
|
|
case 7:
|
|
return null;
|
|
default:
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
}
|
|
|
|
static {
|
|
C0587KSr c0587KSr = new C0587KSr();
|
|
DEFAULT_INSTANCE = c0587KSr;
|
|
AbstractC16345ndh.b(C0587KSr.class, c0587KSr);
|
|
}
|
|
}
|