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 suspend fun cachePassphrase(
|
||||
suspend fun cachePassphrase(
|
||||
context: Context,
|
||||
identifier: GpgIdentifier,
|
||||
passphrase: String,
|
||||
|
@ -28,7 +28,7 @@ constructor(
|
|||
}
|
||||
}
|
||||
|
||||
private suspend fun retrieveCachedPassphrase(
|
||||
suspend fun retrieveCachedPassphrase(
|
||||
context: Context,
|
||||
identifier: GpgIdentifier,
|
||||
): String? {
|
||||
|
|
Loading…
Reference in a new issue