Package | Description |
---|---|
net.java.truevfs.driver.zip.raes.crypto |
Reads and writes files according to the Random Access Encryption
Specification (RAES).
|
Modifier and Type | Class and Description |
---|---|
class |
RaesKeyException
Thrown to indicate that retrieving a key to encrypt or decrypt some pay load
data in an RAES file has failed for some reason.
|
Modifier and Type | Method and Description |
---|---|
static RaesOutputStream |
RaesOutputStream.create(RaesParameters param,
net.java.truecommons.io.Sink sink)
Creates a new RAES output stream.
|
static RaesReadOnlyChannel |
RaesReadOnlyChannel.create(RaesParameters param,
net.java.truecommons.io.Source source)
Creates a new RAES read-only channel.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.