PEM to XML
Convert RSA key in PEM format to XML format. You can directly view the key information of RSA, including: D, E, N, P, Q. The key in XML format is very easy to read. As long as parsing XML and decoding Base64, the original binary key can be obtained.