Android
java.security.cert
public abstract class

java.security.cert.X509CRLEntry

java.lang.Object
java.security.cert.X509CRLEntry X509Extension

Summary

Public Constructors

            X509CRLEntry()

Public Methods

          boolean  equals(Object other)
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
          X500Principal  getCertificateIssuer()
abstract          byte[]  getEncoded()
abstract          Date  getRevocationDate()
abstract          BigInteger  getSerialNumber()
abstract          boolean  hasExtensions()
          int  hashCode()
Returns an integer hash code for the receiver.
abstract          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.cert.X509Extension

Details

Public Constructors

public X509CRLEntry()

Public Methods

public boolean equals(Object other)

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

Parameters

other Object the object to compare with this object.

Returns

  • boolean true if the object is the same as this object false if it is different from this object.

public X500Principal getCertificateIssuer()

public abstract byte[] getEncoded()

Throws

CRLException

public abstract Date getRevocationDate()

public abstract BigInteger getSerialNumber()

public abstract boolean hasExtensions()

public int hashCode()

Returns 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.

Returns

  • int the receiver's hash.

public abstract String toString()

Returns a string containing a concise, human-readable description of the receiver.

Returns

  • String a printable representation for the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56