fix: adjust GPGPassphraseCache public API
This commit is contained in:
parent
df58f484ac
commit
4ff0525e95
1 changed files with 2 additions and 2 deletions
|
@ -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? {
|
||||||
|
|
Loading…
Reference in a new issue