|
TrueZIP 6.8.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
interface RAES
This interfaces contains constants used to read or write files according to the Random Access Encryption Specification (RAES). Public classes must not implement this interface - otherwise the constants become part of the public API.
| Field Summary | |
|---|---|
static int |
AES_BLOCK_SIZE
The block size of the Advanced Encryption Specification (AES) Algorithm in bits ( 128). |
static byte |
ENVELOPE_TYPE_0
The data envelope type used for password based encryption with the same salt length as the cipher key length. |
static int |
ENVELOPE_TYPE_0_HEADER_LEN_WO_SALT
The length of the header before the salt and the encrypted data. |
static byte |
ENVELOPE_TYPE_1
The data envelope type reserved for certificate based encryption and authentication. |
static int |
LEAD_IN_LENGTH
|
static int |
SIGNATURE
The signature of any RAES compatible content in little endian format ( "RAES" as a US-ASCII character sequence). |
| Field Detail |
|---|
static final int SIGNATURE
"RAES" as a US-ASCII character sequence).
static final int LEAD_IN_LENGTH
static final byte ENVELOPE_TYPE_0
static final int ENVELOPE_TYPE_0_HEADER_LEN_WO_SALT
static final byte ENVELOPE_TYPE_1
static final int AES_BLOCK_SIZE
128).
|
TrueZIP 6.8.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||