natural commented on a change in pull request #3672: NIFI-6363 Additional 
Sensitive Property Providers
URL: https://github.com/apache/nifi/pull/3672#discussion_r319317965
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/sensitive/aes/AESSensitivePropertyProvider.java
 ##########
 @@ -138,7 +146,7 @@ public String getName() {
      */
     @Override
     public String getIdentifierKey() {
-        return IMPLEMENTATION_KEY + 
getKeySize(Hex.toHexString(key.getEncoded()));
+        return IMPLEMENTATION_KEY + Hex.toHexString(key.getEncoded()); // 
getKeySize();
 
 Review comment:
   Oof, yeah, that wasn't supposed to end up this way.  I've reverted all of 
the bits related to this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to