Package org.apache.nifi.encrypt
Interface PropertySecretKeyProvider
- All Known Implementing Classes:
StandardPropertySecretKeyProvider
interface PropertySecretKeyProvider
Secret Key Provider for Property Encryption
-
Method Summary
Modifier and TypeMethodDescriptiongetSecretKey(PropertyEncryptionMethod propertyEncryptionMethod, String password) Get Secret Key using Property Encryption Method with provided password
-
Method Details
-
getSecretKey
Get Secret Key using Property Encryption Method with provided password- Parameters:
propertyEncryptionMethod- Property Encryption Methodpassword- Password used to derive Secret Key- Returns:
- Derived Secret Key
-