API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. CodeSigner View Source
Author(s)
Vincent Ryan
Since
1.5
Version
1.5, 11/17/05
Serial
Hierarchy
 Object
      CodeSigner
Implements
 Serializable
Subclasses
Description
publicfinal class CodeSigner
  This class encapsulates information about a code signer.
See also:   
Constructors
public CodeSigner (CertPath signerCertPath, Timestamp timestamp)
  Constructs a CodeSigner object.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Tests for equality between the specified object and this code signer.
public CertPath getSignerCertPath ()
  Returns the signer's certificate path.
public Timestamp getTimestamp ()
  Returns the signature timestamp.
public int hashCode ()
  Returns the hash code value for this code signer.
public String toString ()
  Returns a string describing this code signer.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar