Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DECODE |
0 |
public static final int |
DONT_BREAK_LINES |
8 |
public static final int |
ENCODE |
1 |
public static final int |
GZIP |
2 |
public static final int |
NO_OPTIONS |
0 |
public static final int |
ORDERED |
32 |
public static final int |
URL_SAFE |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AES_CIPHER_ALGORITHM |
"AES" |
public static final int |
AES_KEY_BYTE_SIZE |
16 |
public static final String |
DEFAULT_AES_CIPHER_TRANSFORMATION |
"AES/CBC/PKCS5Padding" |
public static final String |
PASSWORD_SEP |
"|" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUNDLE_NAME |
"crafter.commons.messages.errors" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_KEY_DEC_ERROR |
"crypto.cipher.decryptionError" |
public static final String |
ERROR_KEY_ENC_ERROR |
"crypto.cipher.encryptionError" |
public static final String |
ERROR_KEY_IV_NOT_SET |
"crypto.cipher.ivNotSet" |
public static final String |
ERROR_KEY_KEY_NOT_SET |
"crypto.cipher.keyNotSet" |
public static final String |
LOG_KEY_DEC_SUCCESSFUL |
"crypto.cipher.decryptionSuccessful" |
public static final String |
LOG_KEY_DEF_CIPHER_CREATED |
"crypto.cipher.defaultCipherCreated" |
public static final String |
LOG_KEY_ENC_SUCCESSFUL |
"crypto.cipher.encryptionSuccessful" |
public static final String |
LOG_KEY_IV_GEN |
"crypto.cipher.ivGenerated" |
public static final String |
LOG_KEY_KEY_GEN |
"crypto.cipher.keyGenerated" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ALGORITHM |
"SHA-256" |
public static final int |
DEFAULT_ITERATIONS |
1000 |
public static final int |
DEFAULT_SALT_SIZE |
16 |
public static final String |
ERROR_KEY_INVALID_ALG |
"crypto.digest.invalidDigestAlgorithm" |
public static final String |
LOG_KEY_DEF_DIGEST_CREATED |
"crypto.digest.defaultDigestCreated" |
public static final String |
LOG_KEY_DIGEST_GEN |
"crypto.digest.digestGenerated" |
public static final String |
LOG_KEY_SALT_GEN |
"crypto.digest.saltGenerated" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_NOOP_USED |
"crypto.textEncryptor.noOpUsed" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_KEY_GET_KEY_ERROR |
"crypto.keyRepo.getKeyError" |
public static final String |
ERROR_KEY_KEY_STORE_LOAD_ERROR |
"crypto.keyRepo.keyStoreLoadError" |
public static final String |
ERROR_KEY_KEY_STORE_STORE_ERROR |
"crypto.keyRepo.keyStoreStoreError" |
public static final String |
ERROR_KEY_SAVE_KEY_ERROR |
"crypto.keyRepo.saveKeyError" |
public static final String |
KEY_STORE_TYPE |
"JCEKS" |
public static final String |
LOG_KEY_KEY_CREATED |
"crypto.keyRepo.keyCreated" |
public static final String |
LOG_KEY_KEY_FOUND |
"crypto.keyRepo.keyFound" |
public static final String |
LOG_KEY_KEY_NOT_FOUND |
"crypto.keyRepo.keyNotFound" |
public static final String |
LOG_KEY_KEY_SAVED |
"crypto.keyRepo.keySaved" |
public static final String |
LOG_KEY_KEY_STORE_LOADED |
"crypto.keyRepo.keyStoreLoaded" |
public static final String |
LOG_KEY_KEY_STORE_STORED |
"crypto.keyRepo.keyStoreStored" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_ADDED_COOKIE |
"http.cookie.addedCookie" |
public static final String |
LOG_KEY_DELETED_COOKIE |
"http.cookie.deletedCookie" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_HTTP_PORT |
80 |
public static final int |
DEFAULT_HTTPS_PORT |
443 |
public static final String |
HTTP_SCHEME |
"http" |
public static final String |
HTTPS_SCHEME |
"https" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_BINGING_CONTEXT |
"http.requestContext.bindingContext" |
public static final String |
LOG_KEY_UNBINDING_CONTEXT |
"http.requestContext.unbindingContext" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SELECTOR_ALIAS_PREFIX |
":" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_ENTRY |
"logging.method.entry" |
public static final String |
LOG_KEY_EXCEPTION |
"logging.method.exception" |
public static final String |
LOG_KEY_EXIT |
"logging.method.exit" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUNDLE_NAME |
"crafter.commons.messages.errors" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY |
"mail.preparationError" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY |
"mail.sendError" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
public static final String |
ERROR_KEY_TEMPLATE_CONFIG_MISSING |
"mail.templateConfigMissing" |
public static final String |
LOG_KEY_MIME_MSG_CREATED |
"mail.mimeMessageCreated" |
public static final String |
LOG_KEY_PROCESSING_EMAIL_TEMPLATE |
"mail.processingEmailTemplate" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_EMAIL_SENT |
"mail.emailSent" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_WRITTEN_WITH_MESSAGE_CONVERTER |
"logging.rest.writtenWithMessageConverter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ALLOW_CREDENTIALS |
"Access-Control-Allow-Credentials" |
public static final String |
ALLOW_HEADERS |
"Access-Control-Allow-Headers" |
public static final String |
ALLOW_METHODS |
"Access-Control-Allow-Methods" |
public static final String |
ALLOW_ORIGIN |
"Access-Control-Allow-Origin" |
public static final String |
MAX_AGE |
"Access-Control-Max-Age" |
Copyright © 2015 CrafterCMS. All Rights Reserved.