blob: 9304cfa625139583c749eae271e827deeef696bf [file]
// Signature format: 4.0
package androidx.security.crypto {
public final class EncryptedFileKt {
method @Deprecated public static androidx.security.crypto.EncryptedFile EncryptedFile(android.content.Context context, java.io.File file, androidx.security.crypto.MasterKey masterKey, optional androidx.security.crypto.EncryptedFile.FileEncryptionScheme fileEncryptionScheme, optional String? keysetPrefName, optional String? keysetAlias);
method @BytecodeOnly @Deprecated public static androidx.security.crypto.EncryptedFile! EncryptedFile$default(android.content.Context!, java.io.File!, androidx.security.crypto.MasterKey!, androidx.security.crypto.EncryptedFile.FileEncryptionScheme!, String!, String!, int, Object!);
}
public final class EncryptedSharedPreferencesKt {
method @Deprecated public static android.content.SharedPreferences EncryptedSharedPreferences(android.content.Context context, String fileName, androidx.security.crypto.MasterKey masterKey, optional androidx.security.crypto.EncryptedSharedPreferences.PrefKeyEncryptionScheme prefKeyEncryptionScheme, optional androidx.security.crypto.EncryptedSharedPreferences.PrefValueEncryptionScheme prefValueEncryptionScheme);
method @BytecodeOnly @Deprecated public static android.content.SharedPreferences! EncryptedSharedPreferences$default(android.content.Context!, String!, androidx.security.crypto.MasterKey!, androidx.security.crypto.EncryptedSharedPreferences.PrefKeyEncryptionScheme!, androidx.security.crypto.EncryptedSharedPreferences.PrefValueEncryptionScheme!, int, Object!);
}
public final class MasterKeyKt {
method @Deprecated public static androidx.security.crypto.MasterKey MasterKey(android.content.Context context, optional String keyAlias, optional androidx.security.crypto.MasterKey.KeyScheme keyScheme, optional boolean authenticationRequired, optional int userAuthenticationValidityDurationSeconds, optional boolean requestStrongBoxBacked);
method @BytecodeOnly @Deprecated public static androidx.security.crypto.MasterKey! MasterKey$default(android.content.Context!, String!, androidx.security.crypto.MasterKey.KeyScheme!, boolean, int, boolean, int, Object!);
}
}