jrihtarsic commented on code in PR #264:
URL: https://github.com/apache/ws-wss4j/pull/264#discussion_r1463069693


##########
policy/src/main/java/org/apache/wss4j/policy/model/AlgorithmSuite.java:
##########
@@ -220,6 +220,7 @@ public static final class AlgorithmSuiteType {
         private String encryptionDigest;
         private String symmetricSignature = SPConstants.HMAC_SHA1;
         private String asymmetricSignature = SPConstants.RSA_SHA1;
+        private String encryptionKeyAgreementMethod;

Review Comment:
   You are right. At the moment it is not defined in WS-SecurityPolicy spec.  I 
removed encryptionKeyAgreementMethod for now.  



-- 
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]

Reply via email to