coheigea commented on code in PR #1645:
URL: https://github.com/apache/cxf/pull/1645#discussion_r1459205572
##########
rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/jwa/AlgorithmUtils.java:
##########
@@ -88,9 +88,7 @@ public final class AlgorithmUtils {
public static final String RS_SHA_256_JAVA = "SHA256withRSA";
public static final String RS_SHA_384_JAVA = "SHA384withRSA";
public static final String RS_SHA_512_JAVA = "SHA512withRSA";
- public static final String PS_SHA_256_JAVA = "SHA256withRSAandMGF1";
- public static final String PS_SHA_384_JAVA = "SHA384withRSAandMGF1";
- public static final String PS_SHA_512_JAVA = "SHA512withRSAandMGF1";
Review Comment:
Thanks @ffang
--
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]