Android
java.security.cert
public abstract class

java.security.cert.CRL

java.lang.Object
java.security.cert.CRL

This class represents Certificate Revocation Lists (CRLs). They are used to indicate that a given Certificate has expired already.

Known Direct Subclasses

Summary

Protected Constructors

            CRL(String type)

Public Methods

    final      String  getType()
Returns the type of this CRL.
abstract          boolean  isRevoked(Certificate cert)
Returns if a given Certificate has been revoked or not.
abstract          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected CRL(String type)

Public Methods

public final String getType()

Returns the type of this CRL.

Returns

  • String the type of this CRL.

public abstract boolean isRevoked(Certificate cert)

Returns if a given Certificate has been revoked or not.

Parameters

cert Certificate The Certificate to test

Returns

  • true if the certificate has been revoked false if the certificate has not been revoked yet

public abstract String toString()

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

Returns

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