RSAPrivateKeyWithInfo.fromRSAPrivateKey constructor Null safety
Constructor from Pointy Castle RSAPrivateKey.
Implementation
RSAPrivateKeyWithInfo.fromRSAPrivateKey(pointy_castle.RSAPrivateKey pc)
: super(pc.p! * pc.q!, pc.privateExponent!, pc.p, pc.q);