| Interface | Description |
|---|---|
| CryptoFilter |
minimalistic approach to decrypting a file.
|
| TableReader |
Interface for reading database tables.
|
| Class | Description |
|---|---|
| DataReader | |
| EncryptedFileInputStream | |
| EncryptedFileOutputStream | |
| FileSetInputStream |
Class that collapses a set of files into one input stream.
|
| ListDataReader |
A reader from a list, enabling database metadata functions to return JDBC ResultSet objects
containing lists of tables, schemas and other metadata.
|
| XORCipher |
Example encryption filter that XOR's the all data with a secret seed value.
|
Copyright © 2016. All rights reserved.