Android
java.security.cert
public class

java.security.cert.X509CRLSelector

java.lang.Object
java.security.cert.X509CRLSelector CRLSelector

Summary

Public Constructors

            X509CRLSelector()

Public Methods

          void  addIssuer(X500Principal issuer)
          void  addIssuerName(byte[] iss_name)
          void  addIssuerName(String iss_name)
          Object  clone()
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.
          X509Certificate  getCertificateChecking()
          Date  getDateAndTime()
          Collection<Object getIssuerNames()
          Collection<X500Principal getIssuers()
          BigInteger  getMaxCRL()
          BigInteger  getMinCRL()
          boolean  match(CRL crl)
          void  setCertificateChecking(X509Certificate cert)
          void  setDateAndTime(Date dateAndTime)
          void  setIssuerNames(Collection<?> names)
          void  setIssuers(Collection<X500Principal> issuers)
          void  setMaxCRLNumber(BigInteger maxCRL)
          void  setMinCRLNumber(BigInteger minCRL)
          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.CRLSelector

Details

Public Constructors

public X509CRLSelector()

Public Methods

public void addIssuer(X500Principal issuer)

public void addIssuerName(byte[] iss_name)

Throws

IOException

public void addIssuerName(String iss_name)

Throws

IOException

public Object clone()

Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.

Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.

Returns

  • Object a shallow copy of this object.

public X509Certificate getCertificateChecking()

public Date getDateAndTime()

public Collection<Object> getIssuerNames()

public Collection<X500Principal> getIssuers()

public BigInteger getMaxCRL()

public BigInteger getMinCRL()

public boolean match(CRL crl)

public void setCertificateChecking(X509Certificate cert)

public void setDateAndTime(Date dateAndTime)

public void setIssuerNames(Collection<?> names)

Throws

IOException

public void setIssuers(Collection<X500Principal> issuers)

public void setMaxCRLNumber(BigInteger maxCRL)

public void setMinCRLNumber(BigInteger minCRL)

public 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