Skip navigation links
A B C D E F G H I K L M O P R S T V 

A

algorithm - Variable in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
 
ARRAY_START - Static variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
ARRAY_START - Static variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 

B

build() - Method in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
Build Property Encryptor using current configuration

C

CipherPropertyEncryptor - Class in org.apache.nifi.encrypt
Cipher Property Encryptor provides hexadecimal encoding and decoding around cipher operations
CipherPropertyEncryptor() - Constructor for class org.apache.nifi.encrypt.CipherPropertyEncryptor
 
cipherProvider - Variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
cipherProvider - Variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 

D

decrypt(String) - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
Decrypt property from a hexadecimal string
DECRYPT - Static variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
DECRYPT - Static variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
decrypt(String) - Method in interface org.apache.nifi.encrypt.PropertyEncryptor
Decrypt encrypted property value and return deciphered contents
description - Variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
description - Variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 

E

encrypt(String) - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
Encrypt property and encode as a hexadecimal string
ENCRYPT - Static variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
ENCRYPT - Static variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
encrypt(String) - Method in interface org.apache.nifi.encrypt.PropertyEncryptor
Encrypt property value and return string representation of enciphered contents
EncryptionException - Exception in org.apache.nifi.encrypt
Represents the exceptional case when an encrypt or decrypt fails.
EncryptionException(Throwable) - Constructor for exception org.apache.nifi.encrypt.EncryptionException
 
EncryptionException(String, Throwable) - Constructor for exception org.apache.nifi.encrypt.EncryptionException
 
EncryptionException(String) - Constructor for exception org.apache.nifi.encrypt.EncryptionException
 
encryptionMethod - Variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
encryptionMethod - Variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
encryptionMethod - Variable in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
equals(Object) - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Return object equality based on Encryption Method and Secret Key
equals(Object) - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Return object equality based on Encryption Method and Password

F

findEncryptionMethod(String) - Method in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
 
findPropertyEncryptionAlgorithm(String) - Method in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
 

G

getCipher(byte[], boolean) - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
getCipher(byte[], boolean) - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
getCipherBinary(byte[]) - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
Get Cipher Binary from encrypted binary
getCipherBinary(byte[]) - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Get Cipher Binary from encrypted binary
getCipherBinary(byte[]) - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Get Cipher Binary from encrypted binary
getDecodedBinary(String) - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
 
getDecryptionCipher(byte[]) - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
Get Cipher for Decryption based on encrypted binary
getDecryptionCipher(byte[]) - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Get Cipher for Decryption based on encrypted binary
getDecryptionCipher(byte[]) - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Get Cipher for Decryption based on encrypted binary
getEncodedParameters() - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
Get Encoded Parameters based on cipher implementation
getEncodedParameters() - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Get Encoded Parameters returns a random initialization vector
getEncodedParameters() - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Get Encoded Parameters returns a random salt generated from the Cipher Provider
getEncryptionCipher(byte[]) - Method in class org.apache.nifi.encrypt.CipherPropertyEncryptor
Get Cipher for Encryption using encoded parameters
getEncryptionCipher(byte[]) - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Get Cipher for Encryption using encoded parameters containing initialization vector
getEncryptionCipher(byte[]) - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Get Cipher for Encryption using encoded parameters containing random salt generated for encoding parameters
getEncryptionMethod() - Method in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
getHashLength() - Method in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
getKeyDerivationFunction() - Method in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
getKeyLength() - Method in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
getPasswordBasedCipherPropertyEncryptor() - Method in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
 
getPropertyEncryptor(NiFiProperties) - Static method in class org.apache.nifi.encrypt.PropertyEncryptorFactory
Get Property Encryptor using NiFi Properties
getSecretKey(PropertyEncryptionMethod, String) - Method in interface org.apache.nifi.encrypt.PropertySecretKeyProvider
Get Secret Key using Property Encryption Method with provided password
getSecretKey(PropertyEncryptionMethod, String) - Method in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
Get Secret Key using Property Encryption Method with provided password
getSecureHasher(PropertyEncryptionMethod) - Static method in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 

H

HASH_LENGTH_DIVISOR - Static variable in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
hashCode() - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Return hash code based on Encryption Method and Secret Key
hashCode() - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Return hash code based on Encryption Method and Password
hashLength - Variable in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 

I

INITIALIZATION_VECTOR_LENGTH - Static variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 

K

KEY_REQUIRED - Static variable in class org.apache.nifi.encrypt.PropertyEncryptorFactory
 
keyDerivationFunction - Variable in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
KeyedCipherPropertyEncryptor - Class in org.apache.nifi.encrypt
Property Encryptor implementation using Keyed Cipher Provider
KeyedCipherPropertyEncryptor(KeyedCipherProvider, EncryptionMethod, SecretKey) - Constructor for class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
keyLength - Variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
keyLength - Variable in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 

L

LOGGER - Static variable in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 

M

MINIMUM_PASSWORD_LENGTH - Static variable in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 

O

org.apache.nifi.encrypt - package org.apache.nifi.encrypt
 

P

password - Variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
password - Variable in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
 
PASSWORD_CHARSET - Static variable in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 
PASSWORD_LENGTH_MESSAGE - Static variable in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 
PasswordBasedCipherPropertyEncryptor - Class in org.apache.nifi.encrypt
Property Encryptor implementation using Password Based Encryption Cipher Provider
PasswordBasedCipherPropertyEncryptor(PBECipherProvider, EncryptionMethod, String) - Constructor for class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
PROPERTY_CHARSET - Static variable in class org.apache.nifi.encrypt.CipherPropertyEncryptor
 
PropertyEncryptionMethod - Enum in org.apache.nifi.encrypt
Property Encryption Method enumerates supported values in addition to EncryptionMethod
PropertyEncryptionMethod(KeyDerivationFunction, EncryptionMethod, int) - Constructor for enum org.apache.nifi.encrypt.PropertyEncryptionMethod
 
PropertyEncryptor - Interface in org.apache.nifi.encrypt
Property Encryptor supporting encryption and decryption using configurable algorithms and keys
PropertyEncryptorBuilder - Class in org.apache.nifi.encrypt
Property Encryptor Builder
PropertyEncryptorBuilder(String) - Constructor for class org.apache.nifi.encrypt.PropertyEncryptorBuilder
Property Encryptor Builder with required password
PropertyEncryptorFactory - Class in org.apache.nifi.encrypt
Property Encryptor Factory for encapsulating instantiation of Property Encryptors based on various parameters
PropertyEncryptorFactory() - Constructor for class org.apache.nifi.encrypt.PropertyEncryptorFactory
 
PropertySecretKeyProvider - Interface in org.apache.nifi.encrypt
Secret Key Provider for Property Encryption

R

readInitializationVector(byte[]) - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
readSalt(byte[]) - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 

S

saltLength - Variable in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
 
SECRET_KEY_ALGORITHM - Static variable in class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 
SECRET_KEY_PROVIDER - Static variable in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
 
secretKey - Variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
secureRandom - Variable in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
 
serialVersionUID - Static variable in exception org.apache.nifi.encrypt.EncryptionException
 
setAlgorithm(String) - Method in class org.apache.nifi.encrypt.PropertyEncryptorBuilder
Set Algorithm as either Property Encryption Method or Encryption Method
StandardPropertySecretKeyProvider - Class in org.apache.nifi.encrypt
Standard implementation of Property Secret Key Provider implementing supported Key Derivation Functions
StandardPropertySecretKeyProvider() - Constructor for class org.apache.nifi.encrypt.StandardPropertySecretKeyProvider
 

T

toString() - Method in class org.apache.nifi.encrypt.KeyedCipherPropertyEncryptor
Return String containing object description
toString() - Method in class org.apache.nifi.encrypt.PasswordBasedCipherPropertyEncryptor
Return String containing object description

V

valueOf(String) - Static method in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.encrypt.PropertyEncryptionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M O P R S T V 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.