Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_WRITE_SIZE |
65536 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
BOOTSTRAP_KEY_PREFIX |
"nifi.bootstrap.sensitive.key=" |
public static final String |
ENCRYPTED_FSR_CLASS_NAME |
"org.apache.nifi.controller.repository.crypto.EncryptedFileSystemRepository" |
public static final String |
EWAFFR_CLASS_NAME |
"org.apache.nifi.controller.repository.crypto.EncryptedWriteAheadFlowFileRepository" |
public static final String |
FILE_BASED_KEY_PROVIDER_CLASS_NAME |
"org.apache.nifi.security.kms.FileBasedKeyProvider" |
public static final int |
IV_LENGTH |
16 |
public static final String |
LEGACY_FBKP_FQCN |
"org.apache.nifi.provenance.FileBasedKeyProvider" |
public static final String |
LEGACY_SKP_FQCN |
"org.apache.nifi.provenance.StaticKeyProvider" |
private static final String |
RELATIVE_NIFI_PROPS_PATH |
"conf/nifi.properties" |
public static final String |
STATIC_KEY_PROVIDER_CLASS_NAME |
"org.apache.nifi.security.kms.StaticKeyProvider" |
Modifier and Type | Constant Field | Value |
---|---|---|
static final String |
DATE_FORMAT |
"yyyy-MM-dd\'T\'HH:mm:ss\'Z\'" |
static final float |
TICKET_RENEW_WINDOW |
0.800000011920929f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
IBM_KRB5_LOGIN_MODULE |
"com.ibm.security.auth.module.Krb5LoginModule" |
public static final String |
SUN_KRB5_LOGIN_MODULE |
"com.sun.security.auth.module.Krb5LoginModule" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
IV_LENGTH |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
CONTENT_HEADER_SIZE |
2 |
private static final String |
EWAPR_CLASS_NAME |
"org.apache.nifi.provenance.EncryptedWriteAheadProvenanceRepository" |
private static final int |
IV_LENGTH |
16 |
private static final int |
MIN_METADATA_LENGTH |
22 |
private static final String |
VERSION |
"v1" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
ALGORITHM |
"AES/GCM/NoPadding" |
private static final int |
MIN_METADATA_LENGTH |
22 |
private static final String |
VERSION |
"v1" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
VERSION |
"v1" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
PEER_NOT_AUTHENTICATED_MSG |
"peer not authenticated" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SUN_PROVIDER_NAME |
"SUN" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
IV_LENGTH |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_HASH_LENGTH |
32 |
private static final int |
DEFAULT_ITERATIONS |
3 |
private static final int |
DEFAULT_MEMORY |
4096 |
private static final int |
DEFAULT_PARALLELISM |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_SALT_LENGTH |
16 |
private static final int |
DEFAULT_WORK_FACTOR |
12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BUFFER_SIZE |
65536 |
private static final int |
DEFAULT_MAX_ALLOWED_KEY_LENGTH |
128 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
BUFFER_SIZE |
8192 |
private static final String |
UTF_16_DESCRIPTION |
"This character set normally decodes using an optional BOM at the beginning of the data but encodes by inserting a BE BOM. For hashing, it will be replaced with UTF-16BE. " |
Modifier and Type | Constant Field | Value |
---|---|---|
static final int |
MAX_IV_LIMIT |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
ITERATION_COUNT |
1000 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_SALT_LENGTH |
8 |
private static final int |
ITERATION_COUNT |
0 |
private static final String |
OPENSSL_EVP_HEADER_MARKER |
"Salted__" |
private static final int |
OPENSSL_EVP_HEADER_SIZE |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_ITERATION_COUNT |
160000 |
private static final String |
DEFAULT_PRF |
"SHA-512" |
private static final int |
DEFAULT_SALT_LENGTH |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
static final int |
MAX_IV_LIMIT |
16 |
static final int |
MAX_SALT_LIMIT |
128 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_P |
1 |
private static final int |
DEFAULT_R |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_SALT_LENGTH |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
ALLOW_EXTERNAL_DTD |
"http://apache.org/xml/features/nonvalidating/load-external-dtd" |
private static final String |
ALLOW_EXTERNAL_GENERAL_ENTITIES |
"http://xml.org/sax/features/external-general-entities" |
private static final String |
ALLOW_EXTERNAL_PARAM_ENTITIES |
"http://xml.org/sax/features/external-parameter-entities" |
private static final String |
DISALLOW_DOCTYPES |
"http://apache.org/xml/features/disallow-doctype-decl" |
private static final String |
JAXP_SCHEMA_LANGUAGE |
"http://java.sun.com/xml/jaxp/properties/schemaLanguage" |
private static final String |
W3C_XML_SCHEMA |
"http://www.w3.org/2001/XMLSchema" |
private static final String |
XXE_ERROR_MESSAGE |
"XML configuration file contained an external entity. To prevent XXE vulnerabilities, NiFi has external entity processing disabled." |
Copyright © 2020 Apache NiFi Project. All rights reserved.