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 {
1818 private String keyName ;
1919 private MessageDigest messageDigest ;
2020 private Signature verifyerDelegate ;
21- private Logger logger ;
2221
2322 @ Override
2423 protected void engineInitSign (PrivateKey privateKey ) throws InvalidKeyException {
@@ -70,7 +69,7 @@ protected byte[] engineSign() throws SignatureException {
7069 parsecClientAccessor
7170 .get ()
7271 .psaSignHash (keyName , digest , signatureInfo .getParsecAlgorithm ());
73- logger .info ("Signed with algorithm {)" , signatureInfo .getAlgorithmName ());
72+ log .info ("Signed with algorithm {)" , signatureInfo .getAlgorithmName ());
7473
7574 return r .getSignature ();
7675 } catch (ServiceException | ClientException e ) {
You can’t perform that action at this time.
0 commit comments