-
Bug
-
Resolution: Fixed
-
Critical
-
None
Bouncy Castle API method toKeyPair returns null when parsing a PCKS8 private key pair.
Attached a sample file.
The problem seems to be that when parsing PCKS8 the parsing returns PrivateKeyInfo which is not converted to KeyPair, only to PrivateKey.
- links to