File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
parsec-jca-java/src/main/java/org/parallaxsecond/parsec/jce/provider Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ public final class ParsecSignature extends SignatureSpi {
18
18
private String keyName ;
19
19
private MessageDigest messageDigest ;
20
20
private Signature verifyerDelegate ;
21
- private Logger logger ;
22
21
23
22
@ Override
24
23
protected void engineInitSign (PrivateKey privateKey ) throws InvalidKeyException {
@@ -70,7 +69,7 @@ protected byte[] engineSign() throws SignatureException {
70
69
parsecClientAccessor
71
70
.get ()
72
71
.psaSignHash (keyName , digest , signatureInfo .getParsecAlgorithm ());
73
- logger .info ("Signed with algorithm {)" , signatureInfo .getAlgorithmName ());
72
+ log .info ("Signed with algorithm {)" , signatureInfo .getAlgorithmName ());
74
73
75
74
return r .getSignature ();
76
75
} catch (ServiceException | ClientException e ) {
You can’t perform that action at this time.
0 commit comments