Class | Description |
---|---|
AdjustedRangeInputStream |
Reads only a specific range of bytes from the underlying input stream.
|
ByteRangeCapturingInputStream |
FilterInputStream that captures a range of bytes from a wrapped input stream.
|
CipherLite | |
CipherLiteInputStream | |
ContentCryptoScheme |
Cryptographic scheme for content encrypt/decryption.
|
CryptoRuntime | |
CryptoUtils |
Static utility methods to assist with cryptographic tasks
|
GCMCipherLite |
A AES/GCM specific
CipherLite that support re-processing of input
data via GCMCipherLite.mark() and GCMCipherLite.reset() . |
JceEncryptionConstants |
Contains constants required by the JCE encryption library.
|
RenewableCipherLiteInputStream |
A specific kind of
CipherLiteInputStream that supports partial
mark-and-reset in the sense that, if the underlying input stream supports
mark-and-reset, this input stream can then be marked at and get reset back to
the very beginning of the stream (but not anywhere else). |
Copyright © 2024. All rights reserved.