refactor(RSADecryptor): RSADecryptor, Version und Passwort entfernen und hinzufügen

This commit is contained in:
Developer 02
2024-12-07 01:14:13 +01:00
parent 0c6c84852d
commit dbfee49dee
2 changed files with 5 additions and 24 deletions

View File

@@ -2,11 +2,7 @@
{
public interface IRSADecryptor : IRSACryptographer
{
(string Value, Version Version)? VersionedPassword { init; }
Version? PasswordVersion { get; }
bool HasEncryptedPem { get; }
public bool Encrypt { get; init; }
IRSAEncryptor Encryptor { get; }