refactor(AsymCryptService): umbenannt in AsymCryptHandler
This commit is contained in:
11
DigitalData.Core.Abstractions/Security/IAsymCryptHandler.cs
Normal file
11
DigitalData.Core.Abstractions/Security/IAsymCryptHandler.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IAsymCryptHandler : IRSAFactory
|
||||
{
|
||||
IEnumerable<IRSADecryptor> Decryptors { get; }
|
||||
|
||||
IRSADecryptor Vault { get; }
|
||||
|
||||
IEnumerable<IRSAEncryptor> Encryptors { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user