public RSAPublicKeyParameter(RSAPublicKey key)
 {
     Key = key;
 }