mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix: adjust GPGPassphraseCache public API
This commit is contained in:
@@ -18,7 +18,7 @@ constructor(
|
|||||||
private val dispatcherProvider: DispatcherProvider,
|
private val dispatcherProvider: DispatcherProvider,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
private suspend fun cachePassphrase(
|
suspend fun cachePassphrase(
|
||||||
context: Context,
|
context: Context,
|
||||||
identifier: GpgIdentifier,
|
identifier: GpgIdentifier,
|
||||||
passphrase: String,
|
passphrase: String,
|
||||||
@@ -28,7 +28,7 @@ constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun retrieveCachedPassphrase(
|
suspend fun retrieveCachedPassphrase(
|
||||||
context: Context,
|
context: Context,
|
||||||
identifier: GpgIdentifier,
|
identifier: GpgIdentifier,
|
||||||
): String? {
|
): String? {
|
||||||
|
Reference in New Issue
Block a user