public RS512Signature(RSAParameters rsa) : base(JwsAlgorithm.RS512, rsa.ToRSACryptoServiceProvider()) { }