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 c0c2c21 commit e6d12afCopy full SHA for e6d12af
parsec-jca-java/src/main/java/org/parallaxsecond/parsec/jce/provider/ParsecRsaSignature.java
@@ -19,8 +19,8 @@ public enum ParsecRsaSignature implements ParsecSignatureInfo {
19
pkcs1WithHash(PsaAlgorithm.Algorithm.Hash.SHA_256),
20
() -> MessageDigest.getInstance("SHA-256")),
21
22
- NONE_WITH_RSA("NONEwithRSA",
23
- pkcs1(),
+ SHA256_PRECALCULATED_WITH_RSA("SHA256PrecalculatedWithRSA",
+ pkcs1WithHash(PsaAlgorithm.Algorithm.Hash.SHA_256),
24
() -> MessageDigest.getInstance("None")),
25
;
26
0 commit comments