jrihtarsic commented on code in PR #298:
URL: https://github.com/apache/ws-wss4j/pull/298#discussion_r1531888621
##########
ws-security-dom/src/main/java/org/apache/wss4j/dom/message/WSSecEncryptedKey.java:
##########
@@ -389,7 +398,15 @@ protected void createEncryptedKeyElement(X509Certificate
remoteCert, Crypto cryp
}
encryptedKeyElement.appendChild(keyInfoElement);
}
+ }
+ /**
+ * Method verifies is the key agreement method is not empty
+ * @param keyAgreementMethod the key agreement method
+ * @return true if the key agreement method is not empty else false
+ */
+ private boolean isKeyAgreementMethodNotEmpty(String keyAgreementMethod) {
Review Comment:
Renamed function to isKeyAgreementConfigured
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]