package com.pgl.ssdk;

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

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

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

    public e(String str, byte[] bArr) {
        this.f24762a = str;
        this.f24763b = bArr;
    }

    public byte[] a() {
        return this.f24763b;
    }

    public String b() {
        return this.f24762a;
    }
}
