28 lines
673 B
Java
28 lines
673 B
Java
package o;
|
|
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public enum AIM {
|
|
AES_CBC_PKCS7Padding(new HrH() { // from class: o.Xbb
|
|
@Override // o.HrH
|
|
public final Xwp b(Context context, zVr zvr) {
|
|
return new C7395cnV(context, zvr);
|
|
}
|
|
}, 1),
|
|
AES_GCM_NoPadding(new HrH() { // from class: o.OfD
|
|
@Override // o.HrH
|
|
public final Xwp b(Context context, zVr zvr) {
|
|
return new utK(context, zvr);
|
|
}
|
|
}, 23);
|
|
|
|
final int minVersionCode;
|
|
public final HrH storageCipher;
|
|
|
|
AIM(HrH hrH, int i) {
|
|
this.storageCipher = hrH;
|
|
this.minVersionCode = i;
|
|
}
|
|
}
|