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 7fbcc62 commit 603b11dCopy full SHA for 603b11d
parsec-jca-java/src/main/java/org/parallaxsecond/parsec/jce/provider/ParsecSignature.java
@@ -69,7 +69,7 @@ protected byte[] engineSign() throws SignatureException {
69
parsecClientAccessor
70
.get()
71
.psaSignHash(keyName, digest, signatureInfo.getParsecAlgorithm());
72
- log.info("Signed with algorithm {)", signatureInfo.name());
+ log.info(String.format("Signed with algorithm {}", signatureInfo.getAlgorithmName()));
73
74
return r.getSignature();
75
} catch (ServiceException | ClientException e) {
0 commit comments