interface RaesConstants
| Modifier and Type | Field and Description |
|---|---|
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 RaesConstants compatible content in little endian format
(
"RaesConstants" as a US-ASCII character sequence). |
static final int SIGNATURE
"RaesConstants" 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).Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.