We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a3d5 commit a7e8834Copy full SHA for a7e8834
src/main/java/com/example/rsaservice/util/RSAUtil.java
@@ -7,7 +7,7 @@
7
8
public class RSAUtil {
9
private static final String ALGORITHM = "RSA";
10
- private static final String TRANSFORMATION = "RSA/ECB/OAEPWithSHA-1AndMGF1Padding";
+ private static final String TRANSFORMATION = "RSA/ECB/PKCS1Padding";
11
private static KeyPair keyPair;
12
13
static {
0 commit comments