修改了一行输出

This commit is contained in:
free will
2021-08-05 15:29:21 +08:00
parent 954a919dea
commit 318b565aa6
+1 -1
View File
@@ -444,7 +444,7 @@ public class IdentityManager {
&&(targetIdentity.getCert().getSignature() == null)) {
return "";
}
System.out.println(targetIdentity.getCert());
System.out.println("dump cert: "+targetIdentity.getCert());
return CertUtils.toPem(targetIdentity.getCert(), passwd, Common.SM4ECB);
}