mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
feat(tenpayv3): 支持多种 RSA 填充方式及算法
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
{
|
||||
public const string AEAD_AES_256_GCM = "AEAD_AES_256_GCM";
|
||||
|
||||
public const string RSA_2048_PKCS8_ECB = "RSA_2048_PKCS8_ECB";
|
||||
public const string RSA_2048_ECB_PKCS8_OAEP_WITH_SHA1_AND_MGF1 = "RSA_2048_ECB_PKCS8_OAEPWithSHA-1AndMGF1";
|
||||
|
||||
public const string RSA_2048_ECB_PKCS1 = "RSA_2048_ECB_PKCS1";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user