You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "sopgreg (via GitHub)" <gi...@apache.org> on 2023/04/17 12:52:51 UTC

[GitHub] [ws-wss4j] sopgreg opened a new pull request, #144: EncryptedKeyProcessor: make decryptDataRef(s) protected

sopgreg opened a new pull request, #144:
URL: https://github.com/apache/ws-wss4j/pull/144

   When implementing a custom `EncryptedKeyProcessor` and deriving from it, it would be helpful if the methods `decryptDataRef` and `decryptDataRefs` were `protected`.
   
   Deriving the `EncryptedKeyProcessor` is e.g. required for imeplementing key exchange via ECDH-ES, and these two methods can be reused there.


-- 
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: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] coheigea merged pull request #144: EncryptedKeyProcessor: make decryptDataRef(s) protected

Posted by "coheigea (via GitHub)" <gi...@apache.org>.
coheigea merged PR #144:
URL: https://github.com/apache/ws-wss4j/pull/144


-- 
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: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org