mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
fix(ssh): remove usage of kotlin.runCatching
This commit is contained in:
@@ -3,6 +3,8 @@ package app.passwordstore.ssh.provider
|
|||||||
import app.passwordstore.ssh.utils.Constants.KEYSTORE_ALIAS
|
import app.passwordstore.ssh.utils.Constants.KEYSTORE_ALIAS
|
||||||
import app.passwordstore.ssh.utils.sshPrivateKey
|
import app.passwordstore.ssh.utils.sshPrivateKey
|
||||||
import app.passwordstore.ssh.utils.sshPublicKey
|
import app.passwordstore.ssh.utils.sshPublicKey
|
||||||
|
import com.github.michaelbull.result.getOrElse
|
||||||
|
import com.github.michaelbull.result.runCatching
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
import java.security.KeyStore
|
import java.security.KeyStore
|
||||||
import java.security.PrivateKey
|
import java.security.PrivateKey
|
||||||
|
Reference in New Issue
Block a user