Android
java.security.cert
public abstract class

java.security.cert.X509CRL

java.lang.Object
java.security.cert.CRL
java.security.cert.X509CRL X509Extension

Summary

Protected Constructors

            X509CRL()

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.
abstract          byte[]  getEncoded()
abstract          Principal  getIssuerDN()
          X500Principal  getIssuerX500Principal()
abstract          Date  getNextUpdate()
          X509CRLEntry  getRevokedCertificate(X509Certificate certificate)
abstract          X509CRLEntry  getRevokedCertificate(BigInteger serialNumber)
abstract          Set<? extends X509CRLEntry getRevokedCertificates()
abstract          String  getSigAlgName()
abstract          String  getSigAlgOID()
abstract          byte[]  getSigAlgParams()
abstract          byte[]  getSignature()
abstract          byte[]  getTBSCertList()
abstract          Date  getThisUpdate()
abstract          int  getVersion()
          int  hashCode()
Returns an integer hash code for the receiver.
abstract          void  verify(PublicKey key)
abstract          void  verify(PublicKey key, String sigProvider)
Methods inherited from class java.security.cert.CRL
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.cert.X509Extension

Details

Protected Constructors

protected X509CRL()

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 abstract byte[] getEncoded()

Throws

CRLException

public abstract Principal getIssuerDN()

public X500Principal getIssuerX500Principal()

public abstract Date getNextUpdate()

public X509CRLEntry getRevokedCertificate(X509Certificate certificate)

public abstract X509CRLEntry getRevokedCertificate(BigInteger serialNumber)

public abstract Set<? extends X509CRLEntry> getRevokedCertificates()

public abstract String getSigAlgName()

public abstract String getSigAlgOID()

public abstract byte[] getSigAlgParams()

public abstract byte[] getSignature()

public abstract byte[] getTBSCertList()

Throws

CRLException

public abstract Date getThisUpdate()

public abstract int getVersion()

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48