CodeSigner

Class CodeSigner

All Implemented Interfaces:
Serializable
public final class CodeSigner
extends Object
implements Serializable

This class encapsulates information about a code signer. It is immutable.

Since:
1.5

Constructors

CodeSigner

public CodeSigner(CertPath signerCertPath,
                  Timestamp timestamp)

Constructs a CodeSigner object.

Parameters:
signerCertPath - The signer's certificate path. It must not be null<