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 ec33b04 commit 943d56eCopy full SHA for 943d56e
gxjwt/src/test/java/com/genexus/test/jwt/asymmetric/ECDSACurvesPrimeJwtTest.java
@@ -70,8 +70,8 @@ public void test_shouldWork() {
70
}
71
72
private void prime192v1() {
73
- String pathKey = ECDSA_path + "prime192v1" + "\\key.pem";
74
- String pathCert = ECDSA_path + "prime192v1" + "\\cert.pem";
+ String pathKey = ECDSA_path + "prime192v1" + "/key.pem";
+ String pathCert = ECDSA_path + "prime192v1" + "/cert.pem";
75
System.out.println("pathKey: " + pathKey);
76
System.out.println("pathCert: " + pathCert);
77
PrivateKeyManager key = new PrivateKeyManager();
0 commit comments