Package | Description |
---|---|
de.schlichtherle.truezip.crypto |
Provides general utility classes for cryptography.
|
Modifier and Type | Class and Description |
---|---|
class |
SICSeekableBlockCipher
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of a simple block cipher.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CipherReadOnlyFile.init(SeekableBlockCipher cipher,
long start,
long length)
Initializes this cipher read only file - must be called before first
read access!
|
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.