語言

CodeSigner(CertPath, Timestamp) 建構函式

定義

建構一個 CodeSigner 物件。

[Android.Runtime.Register(".ctor", "(Ljava/security/cert/CertPath;Ljava/security/Timestamp;)V", "")]
public CodeSigner(Java.Security.Cert.CertPath? signerCertPath, Java.Security.Timestamp? timestamp);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/CertPath;Ljava/security/Timestamp;)V", "")>]
new Java.Security.CodeSigner : Java.Security.Cert.CertPath * Java.Security.Timestamp -> Java.Security.CodeSigner

參數

signerCertPath
CertPath

簽署者的憑證路徑。 它不得為 null

timestamp
Timestamp

一個標誌性的時間戳記。 如果是 null ,則簽名時不會產生時間戳記。

屬性

例外狀況

signerCertPathnull

備註

建構一個 CodeSigner 物件。

Java 文件 java.security.CodeSigner.CodeSigner(java.security.cert.CertPath, java.security.Timestamp)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於