what-the-bank/sources/o/oUw.java

28 lines
664 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.Context;
/* loaded from: classes3.dex */
public enum oUw {
RSA_ECB_PKCS1Padding(new rud() { // from class: o.XTj
@Override // o.rud
public final zVr d(Context context) {
return new C15855jEc(context);
}
}, 1),
RSA_ECB_OAEPwithSHA_256andMGF1Padding(new rud() { // from class: o.Xwe
@Override // o.rud
public final zVr d(Context context) {
return new TeR(context);
}
}, 23);
public final rud keyCipher;
final int minVersionCode;
oUw(rud rudVar, int i) {
this.keyCipher = rudVar;
this.minVersionCode = i;
}
}