refactor(IRSACryptographer): Umbenennung in IAsymmetricKey
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IRSAEncryptor : IRSACryptographer
|
||||
public interface IRSAEncryptor : IAsymmetricKey
|
||||
{
|
||||
public byte[] Encrypt(byte[] data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user