refactor(Core.Security): Implementierung der entsprechenden Schnittstellen zu RSACryptographer, RSADecryptor und RSAEncryptor.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System.Security.Cryptography;
|
||||
using DigitalData.Core.Abstractions.Security;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace DigitalData.Core.Security
|
||||
{
|
||||
public class RSACryptographer
|
||||
public class RSACryptographer : IRSACryptographer
|
||||
{
|
||||
public required RSAEncryptionPadding Padding { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user