package A1;

/* JADX INFO: loaded from: classes.dex */
public final class K {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final byte[] f94b;

    public K(String str, byte[] bArr) {
        this.f93a = str;
        this.f94b = bArr;
    }
}
