feat(CryptFactory): RSADecryptorKeyFormatter Funktionseigenschaft hinzugefügt, um standardisierte Schlüsselnamen zu erstellen

This commit is contained in:
Developer 02
2024-11-20 14:18:55 +01:00
parent 6ab1777f7c
commit 5c5a6bd181
2 changed files with 26 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ namespace DigitalData.Core.Abstractions.Security
string EncryptedPrivateKeyPemLabel { get; init; }
Func<IRSADecryptor, string, string, string, string> RSADecryptorKeyFormatter { get; }
string CreateRSAPrivateKeyPem(int? keySizeInBits = null);
string CreateEncryptedPrivateKeyPem(