Read an encrypted private key with bouncycastle/spongycastle
问题 I have a password protected, encrypted RSA private key, which was created with PyCrypto (2.6.1) and has according to their docs the following format: PrivateKeyInfo, PKCS#8 (DER SEQUENCE), PEM (RFC1423) , see [https://www.dlitz.net/software/pycrypto/api/current/Crypto.PublicKey.RSA._RSAobj-class.html#exportKey]. How can I decrypt this RSA key with Bouncycastle/Spongycastle? I've searched Google for quite a long time and only came up with results, that either won't work with version 1.50