CodeSigner(CertPath, Timestamp) Constructor

Definition

Constructs a CodeSigner object.

[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

Parameters

signerCertPath
CertPath

The signer's certificate path. It must not be null.

timestamp
Timestamp

A signature timestamp. If null then no timestamp was generated for the signature.

Attributes

Exceptions

if signerCertPath is null.

Remarks

Constructs a CodeSigner object.

Java documentation for java.security.CodeSigner.CodeSigner(java.security.cert.CertPath, java.security.Timestamp).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to