public interface PropertyEncryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedProperty)
Decrypt encrypted property value and return deciphered contents
|
String |
encrypt(String property)
Encrypt property value and return string representation of enciphered contents
|
Copyright © 2023 Apache NiFi Project. All rights reserved.