Package | Description |
---|---|
net.java.truevfs.comp.zip.crypto |
Provides utilities for ZIP file cryptography.
|
Modifier and Type | Class and Description |
---|---|
class |
CtrBlockCipher
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of a simple block cipher.
|
Constructor and Description |
---|
CipherReadOnlyChannel(SeekableBlockCipher cipher,
SeekableByteChannel channel)
Constructs a new cipher read-only channel.
|
CipherReadOnlyChannel(SeekableBlockCipher cipher,
SeekableByteChannel channel,
int bufferSize)
Constructs a new cipher read-only channel.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.