CreatePdf_Enveloped_JweEnveloped_Recipients_Headeralg Property

非對稱式金鑰加密演算法

Definition

Namespace: eBizprise.Framework.Api.DataContract.Confirmation
Assembly: eBizprise.Framework.Api.DataContract.Confirmation (in eBizprise.Framework.Api.DataContract.Confirmation.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public string alg { get; set; }

Property Value

String

Remarks

有三種
1. "RSA1_5":採用 RSASSAPKCS1 v1_5 加密方式
2. "RSA-OAEP" : 採用 RSAES OAEP using SHA-1 andMGF1 with SHA-1 加密方式
3. "RSA-OAEP-256" : 採用RSAES OAEP using SHA-256 and MGF1 with SHA-256 加密方式

See Also