Secure File Manager
Toggle table of contents
0.1.9-beta
release
Target filter
release
Switch theme
Search in API
Skip to content
Secure File Manager
app
/
ltechnologies.onionphone.securefilemanager.storage
/
SftpHostKeyVerifier
Sftp
Host
Key
Verifier
class
SftpHostKeyVerifier
(
context
:
Context
,
host
:
String
,
port
:
Int
,
prompt
:
HostKeyPrompt
?
)
:
HostKeyVerifier
Members
Constructors
Sftp
Host
Key
Verifier
Link copied to clipboard
constructor
(
context
:
Context
,
host
:
String
,
port
:
Int
,
prompt
:
HostKeyPrompt
?
)
Functions
find
Existing
Algorithms
Link copied to clipboard
open
override
fun
findExistingAlgorithms
(
hostname
:
String
,
port
:
Int
)
:
List
<
String
>
verify
Link copied to clipboard
open
override
fun
verify
(
hostname
:
String
,
port
:
Int
,
key
:
PublicKey
)
:
Boolean