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
/
RemoteCredentialStore
/
Credentials
/
Credentials
Credentials
constructor
(
id
:
String
=
UUID.randomUUID().toString()
,
displayName
:
String
,
protocol
:
String
,
host
:
String
,
port
:
Int
,
username
:
String
,
password
:
String
,
ftps
:
Boolean
=
false
,
ftpsImplicit
:
Boolean
=
false
,
privateKeyPath
:
String
=
""
)