toggle menu
scanbot-sdk-compose-multiplatform
common
switch theme
search in API
scanbot-sdk-compose-multiplatform
/
io.scanbot.sdk.compose.multiplatform.common
/
EncryptionParameters
Encryption
Parameters
data
class
EncryptionParameters
(
var
password
:
String
?
=
null
,
var
mode
:
FileEncryptionMode
?
=
null
)
Members
Constructors
Encryption
Parameters
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JsonObject
)
constructor
(
password
:
String
?
=
null
,
mode
:
FileEncryptionMode
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
mode
Link copied to clipboard
var
mode
:
FileEncryptionMode
?
password
Link copied to clipboard
var
password
:
String
?
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonObject