Add additional RSAKey constructors

Issue #29 resolved
Vladimir Dzhuvinov created an issue

Add constructors for the following 2nd form private key cases:

 RSAKey(RSAPublicKey, RSAPrivateCrtKey, Use, Algorithm, String)
 RSAKey(RSAPublicKey, RSAMultiPrimePrivateCrtKey, Use, Algorithm, String)

to complement the existing

 RSAKey(RSAPublicKey, RSAPrivateKey, Use, Algorithm, String)

Comments (2)

  1. Log in to comment