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)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于