| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto.raes |
Reads and writes files according to the Random Access Encryption Specification
(RAES).
|
| de.schlichtherle.truezip.crypto.raes.param |
| Modifier and Type | Method and Description |
|---|---|
Type0RaesParameters.KeyStrength |
Type0RaesParameters.getKeyStrength()
Returns the key strength to use for writing a RAES type 0 file.
|
char[] |
Type0RaesParameters.getReadPassword(boolean invalid)
Returns the password to use for reading a RAES type 0 file.
|
char[] |
Type0RaesParameters.getWritePassword()
Returns the password to use for writing a RAES type 0 file.
|
void |
Type0RaesParameters.setKeyStrength(Type0RaesParameters.KeyStrength keyStrength)
Sets the key strength obtained from reading a RAES type 0 file.
|
| Modifier and Type | Method and Description |
|---|---|
Type0RaesParameters.KeyStrength |
KeyManagerRaesParameters.Type0.getKeyStrength() |
char[] |
KeyManagerRaesParameters.Type0.getReadPassword(boolean invalid) |
char[] |
KeyManagerRaesParameters.Type0.getWritePassword() |
void |
KeyManagerRaesParameters.Type0.setKeyStrength(Type0RaesParameters.KeyStrength keyStrength) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.