Package | Description |
---|---|
org.apache.nifi.security.util | |
org.apache.nifi.security.util.crypto |
Modifier and Type | Method and Description |
---|---|
static EncryptionMethod |
EncryptionMethod.forAlgorithm(String algorithm) |
static EncryptionMethod |
EncryptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionMethod[] |
EncryptionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract Cipher |
KeyedCipherProvider.getCipher(EncryptionMethod encryptionMethod,
SecretKey key,
boolean encryptMode)
Returns an initialized cipher for the specified algorithm.
|
Cipher |
AESKeyedCipherProvider.getCipher(EncryptionMethod encryptionMethod,
SecretKey key,
boolean encryptMode)
Returns an initialized cipher for the specified algorithm.
|
(package private) abstract Cipher |
KeyedCipherProvider.getCipher(EncryptionMethod encryptionMethod,
SecretKey key,
byte[] iv,
boolean encryptMode)
Returns an initialized cipher for the specified algorithm.
|
Cipher |
AESKeyedCipherProvider.getCipher(EncryptionMethod encryptionMethod,
SecretKey key,
byte[] iv,
boolean encryptMode)
Returns an initialized cipher for the specified algorithm.
|
protected Cipher |
AESKeyedCipherProvider.getInitializedCipher(EncryptionMethod encryptionMethod,
SecretKey key,
byte[] iv,
boolean encryptMode) |
static int |
CipherUtility.getMaximumPasswordLengthForAlgorithmOnLimitedStrengthCrypto(EncryptionMethod encryptionMethod) |
static boolean |
CipherUtility.passwordLengthIsValidForAlgorithmOnLimitedStrengthCrypto(int passwordLength,
EncryptionMethod encryptionMethod) |
Copyright © 2017 Apache NiFi Project. All rights reserved.