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