136 lines
4.2 KiB
Java
136 lines
4.2 KiB
Java
package o;
|
|
|
|
import com.google.crypto.tink.shaded.protobuf.InvalidProtocolBufferException;
|
|
import o.AbstractC16345ndh;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class JpK extends AbstractC16345ndh<JpK, LWm> implements aBJ {
|
|
public static final int AES_CTR_KEY_FIELD_NUMBER = 2;
|
|
private static final JpK DEFAULT_INSTANCE;
|
|
public static final int HMAC_KEY_FIELD_NUMBER = 3;
|
|
private static volatile Zyo<JpK> PARSER = null;
|
|
public static final int VERSION_FIELD_NUMBER = 1;
|
|
public IMF aesCtrKey_;
|
|
public C17247vGD hmacKey_;
|
|
public int version_;
|
|
|
|
private JpK() {
|
|
}
|
|
|
|
public static JpK b(jra jraVar, C1458aEp c1458aEp) throws InvalidProtocolBufferException {
|
|
return (JpK) AbstractC16345ndh.d(DEFAULT_INSTANCE, jraVar, c1458aEp);
|
|
}
|
|
|
|
public static LWm c() {
|
|
return DEFAULT_INSTANCE.f();
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class LWm extends AbstractC16345ndh.LWm<JpK, LWm> implements aBJ {
|
|
/* synthetic */ LWm(byte b) {
|
|
this();
|
|
}
|
|
|
|
private LWm() {
|
|
super(JpK.DEFAULT_INSTANCE);
|
|
}
|
|
|
|
public final LWm a() {
|
|
j();
|
|
((JpK) this.a).version_ = 0;
|
|
return this;
|
|
}
|
|
|
|
public final LWm b(IMF imf) {
|
|
j();
|
|
((JpK) this.a).aesCtrKey_ = imf;
|
|
return this;
|
|
}
|
|
|
|
public final LWm a(C17247vGD c17247vGD) {
|
|
j();
|
|
((JpK) this.a).hmacKey_ = c17247vGD;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.JpK$1, reason: invalid class name */
|
|
/* loaded from: classes2.dex */
|
|
static /* synthetic */ class AnonymousClass1 {
|
|
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 (AnonymousClass1.e[ojq.ordinal()]) {
|
|
case 1:
|
|
return new JpK();
|
|
case 2:
|
|
return new LWm((byte) 0);
|
|
case 3:
|
|
return new BsA(DEFAULT_INSTANCE, "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u000b\u0002\t\u0003\t", new Object[]{"version_", "aesCtrKey_", "hmacKey_"});
|
|
case 4:
|
|
return DEFAULT_INSTANCE;
|
|
case 5:
|
|
Zyo<JpK> zyo2 = PARSER;
|
|
if (zyo2 != null) {
|
|
return zyo2;
|
|
}
|
|
synchronized (JpK.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 {
|
|
JpK jpK = new JpK();
|
|
DEFAULT_INSTANCE = jpK;
|
|
AbstractC16345ndh.b(JpK.class, jpK);
|
|
}
|
|
}
|