JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
K
O
R
W
A
AESEncryptedFileIOProcessor
- Class in
io.scanbot.sdk.persistence.fileio
File processor which performs AES based encryption/decryption
AESEncryptedFileIOProcessor(password, encrypterMode)
- Constructor for class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
File processor which performs AES based encryption/decryption
AESEncryptedFileIOProcessor.AESEncrypterMode
- Enum in
io.scanbot.sdk.persistence.fileio
Represents supported AES key sizes
AESEncryptedFileIOProcessor.Companion
- Class in
io.scanbot.sdk.persistence.fileio
C
Companion
- Static variable in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
copyRaw(encryptedSource, destination)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
copyRaw(encryptedSource, destination)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
Decrypts
encryptedSource
file and creates unencrypted copy in the
destination
file.
D
DEFAULT_ENCRYPTION_ALGORITHM
- Static variable in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
DEFAULT_KEY_ALGORITHM
- Static variable in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
DEFAULT_KEY_GENERATION_ALGORITHM
- Static variable in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
E
EncryptedFileIOProcessor
- Class in
io.scanbot.sdk.persistence.fileio
Represents encryption/decryption file IO operations.
EncryptedFileIOProcessor(context)
- Constructor for class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
Represents encryption/decryption file IO operations.
G
getContext()
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
getEncrypterMode()
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
getInitializationVector()
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
getIterationCount()
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
getKey()
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
getKeySize()
- Method in enum io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor.AESEncrypterMode
getSalt()
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
getUseEncryption()
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
getUseEncryption()
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
I
io.scanbot.sdk.persistence.fileio
- package io.scanbot.sdk.persistence.fileio
K
kCCKeySizeAES128
- Static variable in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
kCCKeySizeAES256
- Static variable in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
O
openFileInputStream(sourceFile)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
openFileInputStream(sourceFile)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
openFileOutputStream(destinationFile)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
openFileOutputStream(destinationFile)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
R
read(encryptedSource)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
read(source)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
readImage(encryptedSource, options)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
readImage(encryptedSourceUri, options)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
readImage(source, options)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
readImage(sourceUri, options)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
W
write(byteArray, destination)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
write(byteArray, destination)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
writeImage(bitmap, compressFormat, quality, destination)
- Method in class io.scanbot.sdk.persistence.fileio.
AESEncryptedFileIOProcessor
writeImage(bitmap, compressFormat, quality, destination)
- Method in class io.scanbot.sdk.persistence.fileio.
EncryptedFileIOProcessor
A
C
D
E
G
I
K
O
R
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes