java.security.cert.CertificateException: Could not parse certificate: java.io.IOException: Empty inp

java.security.cert.CertificateException: Could not parse certificate: java.io.IOException: Empty input
Error when using third-party SDK:
sdk.setPublicKeyEncrypt(publicTestKey.getBytes());
publicTestKey is a String string
. No solution has been found yet.

Guess you like

Origin blog.csdn.net/qq_41608559/article/details/103385932