Andy LoPresto created NIFI-1470:
-----------------------------------
Summary: Add accessor for PBE and Keyed CipherProviders to
CipherProviderFactory
Key: NIFI-1470
URL: https://issues.apache.org/jira/browse/NIFI-1470
Project: Apache NiFi
Issue Type: New Feature
Components: Core Framework
Affects Versions: 0.5.0
Reporter: Andy LoPresto
Assignee: Andy LoPresto
Priority: Trivial
Fix For: 0.6.0
Currently the
{{CipherProviderFactory#getCipherProvider(KeyDerivationFunction)}} method
returns a {{CipherProvider}} instance without casting to the more specific
interface. Provide more specific accessor methods for scenarios when the
desired destination interface is known.
* {{getPBECipherProvider(KeyDerivationFunction)}}
* {{getKeyedCipherProvider(KeyDerivationFunction)}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)