package X3;

import com.google.crypto.tink.shaded.protobuf.InterfaceC1276y;

/* JADX INFO: loaded from: classes3.dex */
public enum O implements InterfaceC1276y {
    UNKNOWN_HASH(0),
    SHA1(1),
    SHA384(2),
    SHA256(3),
    SHA512(4),
    SHA224(5),
    UNRECOGNIZED(-1);


    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f8616a;

    O(int i6) {
        this.f8616a = i6;
    }

    public final int a() {
        if (this != UNRECOGNIZED) {
            return this.f8616a;
        }
        throw new IllegalArgumentException("Can't get the number of an unknown enum value.");
    }
}
