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
/
EncryptionInitException
Encryption
Init
Exception
class
EncryptionInitException
(
val
message
:
String
?
)
:
RuntimeException
Thrown when DI cant init encryption classes due to not supported android version or other problems
Members
Constructors
Encryption
Init
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?