Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.exceptions.crypto
/
EncryptionArgumentsException
Encryption
Arguments
Exception
class
EncryptionArgumentsException
(
val
message
:
String
?
)
:
IllegalStateException
Thrown when Encryption mechanics initialized with incorrect params
Members
Constructors
Encryption
Arguments
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?