feat(CryptFactory): RSADecryptorKeyFormatter Funktionseigenschaft hinzugefügt, um standardisierte Schlüsselnamen zu erstellen
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user