English | Site Directory

Android - An Open Handset Alliance Project

java.security
public final class

java.security.CodeSigner

java.lang.Object
java.security.CodeSigner Serializable

Summary

Public Constructors

          CodeSigner(CertPath signerCertPath, Timestamp timestamp)

Public Methods

        boolean  equals(Object obj)
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.
        CertPath  getSignerCertPath()
        Timestamp  getTimestamp()
        int  hashCode()
Answers an integer hash code for the receiver.
        String  toString()
Answers a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.lang.Object

Details

Public Constructors

public CodeSigner(CertPath signerCertPath, Timestamp timestamp)

Public Methods

public boolean equals(Object obj)

Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison. The implementation in Object answers true only if the argument is the exact same object as the receiver (==).

Parameters

obj Object the object to compare with this object.

public CertPath getSignerCertPath()

public Timestamp getTimestamp()

public int hashCode()

Answers an integer hash code for the receiver. Any two objects which answer true when passed to .equals must answer the same value for this method.

public String toString()

Answers a string containing a concise, human-readable description of the receiver.
Build m5-rc15i - 10 Jun 2008 13:54