phax commented on code in PR #234:
URL: 
https://github.com/apache/santuario-xml-security-java/pull/234#discussion_r1383656964


##########
src/main/java/org/apache/xml/security/keys/KeyInfo.java:
##########
@@ -361,6 +366,16 @@ public void add(DEREncodedKeyValue derEncodedKeyValue) {
         addReturnToSelf();
     }
 
+    /**
+     * Method add
+     *
+     * @param agreementMethod
+     */
+    public void add(AgreementMethodImpl agreementMethod) {

Review Comment:
   Would the interface `AgreementMethod` work as well?



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

Reply via email to