package com.it_nomads.fluttersecurestorage.ciphers;

/* JADX INFO: Access modifiers changed from: package-private */
/* JADX INFO: loaded from: classes.dex */
public enum KeyCipherAlgorithm {
    RSA_ECB_PKCS1Padding(new oa.a(26), 1),
    /* JADX INFO: Fake field, exist only in values array */
    RSA_ECB_OAEPwithSHA_256andMGF1Padding(new oa.a(27), 23);

    final a keyCipher;
    final int minVersionCode;

    KeyCipherAlgorithm(oa.a aVar, int i10) {
        this.keyCipher = aVar;
        this.minVersionCode = i10;
    }
}
