public static RSA ToRSA(this RsaPrivateCrtKeyParameters privKey)
 {
     return(RSA.Create(privKey.ToRSAParameters()));
 }