refactor(IRSAFactory): umbenannt in IAsymmetricKey

This commit is contained in:
Developer 02
2025-01-07 11:48:27 +01:00
parent 09dae1b1ac
commit e8c98115b6
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ using System.Security.Cryptography;
namespace DigitalData.Core.Security.Cryptographer
{
public class RSAFactory<TRSAFactoryParams> : IRSAFactory where TRSAFactoryParams : RSAFactoryParams
public class RSAFactory<TRSAFactoryParams> : IAsymmetricKeyFactory where TRSAFactoryParams : RSAFactoryParams
{
protected readonly TRSAFactoryParams _params;