interface PropertySecretKeyProvider
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
getSecretKey(PropertyEncryptionMethod propertyEncryptionMethod,
String password)
Get Secret Key using Property Encryption Method with provided password
|
SecretKey getSecretKey(PropertyEncryptionMethod propertyEncryptionMethod, String password)
propertyEncryptionMethod - Property Encryption Methodpassword - Password used to derive Secret KeyCopyright © 2023 Apache NiFi Project. All rights reserved.