feat(RSADecryptor): Aktualisiert für den Import von verschlüsseltem pem
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
{
|
||||
public interface IRSADecryptor : IRSACryptographer
|
||||
{
|
||||
public string PrivateKeyPem { init; }
|
||||
public string PrivateKeyPem { get; init; }
|
||||
|
||||
public string? Password { get; init; }
|
||||
|
||||
public IRSAEncryptor Encryptor { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user