| Package | Description |
|---|---|
| org.apache.nifi.encrypt |
| Modifier and Type | Method and Description |
|---|---|
static StringEncryptor |
StringEncryptor.createEncryptor(NiFiProperties niFiProperties)
Deprecated.
as of NiFi 1.4.0 because the entire
NiFiProperties object is not necessary to generate the encryptor. |
String |
StringEncryptor.decrypt(String cipherText)
Decrypts the given cipher text.
|
String |
StringEncryptor.encrypt(String clearText)
Encrypts the given clear text.
|
private String |
StringEncryptor.extractKeyTypeFromAlgorithm(String algorithm)
Extracts the cipher "family" (i.e.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.