package F2;

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

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


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

    O(int i) {
        this.f692k = i;
    }

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