I am not familiar with java and learning python, when I read this code:
(X509Certificate) CertificateFactory.getInstance("X.509").generateCertificate(new ByteArrayInputStream(bArr));
Where bArr is byte[]
I wonder if python could get the same result. And if so, could you give me one specific example? Thanks for your instruction.