A
B
C
D
E
G
I
M
O
R
S
T
U
V
S
- setKeyGenParameterSpec(KeyGenParameterSpec) - function in dev.spght.encryptedprefs.MasterKey.Builder
- Sets a custom KeyGenParameterSpec to use as the basis of the master key.
- setKeyScheme(MasterKey.KeyScheme) - function in dev.spght.encryptedprefs.MasterKey.Builder
- Sets a KeyScheme to be used for the master key.
- setKeysetAlias(String) - function in dev.spght.encryptedprefs.EncryptedFile.Builder
- setKeysetPrefName(String) - function in dev.spght.encryptedprefs.EncryptedFile.Builder
- setRequestStrongBoxBacked(boolean) - function in dev.spght.encryptedprefs.MasterKey.Builder
- Sets whether or not to request this key is strong box backed.
- setUserAuthenticationRequired(boolean) - function in dev.spght.encryptedprefs.MasterKey.Builder
- When used with setKeyScheme, sets that the built master key shouldrequire the user to authenticate before it's unlocked, probably using theandroidx.biometric library.
- setUserAuthenticationRequired(boolean,int) - function in dev.spght.encryptedprefs.MasterKey.Builder
- When used with setKeyScheme, sets that the built master key shouldrequire the user to authenticate before it's unlocked, probably using theandroidx.biometric library, and that the key should remain unlocked for the providedduration.