|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public interface Type0RaesParameters
The parameters of this interface are used with RAES type 0 files. Type 0 RAES files use password based encryption according to the specifications in PKCS #5 V2.0 und PKCS #12 V1.0.
| Nested Class Summary | |
|---|---|
static class |
Type0RaesParameters.KeyStrength
Defines the key strength for the AES algorithm. |
| Method Summary | |
|---|---|
char[] |
getCreatePasswd()
Returns the password required to create or overwrite the RAES type 0 file. |
Type0RaesParameters.KeyStrength |
getKeyStrength()
Returns the key strength to use for creating or overwriting the RAES file. |
char[] |
getOpenPasswd(boolean invalid)
Returns the password required to open the RAES type 0 file for reading. |
| Method Detail |
|---|
Type0RaesParameters.KeyStrength getKeyStrength()
char[] getCreatePasswd()
throws RaesKeyException
RaesKeyException - If password retrieval has been disabled or
cancelled.
char[] getOpenPasswd(boolean invalid)
throws RaesKeyException
invalid - true iff a previous call to this method resulted
in an invalid password.
RaesKeyException - If password retrieval has been disabled or
cancelled.
|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||